Skip to content

Commit 8b4569b

Browse files
committed
fixed import issue
1 parent d39d480 commit 8b4569b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/user/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { HttpClient } from '@angular/common/http';
22
import { Injectable } from '@angular/core';
33

4-
import { ENV } from '@app /env';
4+
import { ENV } from '@app/env';
55

66
/*
77
Generated class for the UserProvider provider.

0 commit comments

Comments
 (0)