diff options
Diffstat (limited to 'src/scripts/profile.entry.ts')
| -rw-r--r-- | src/scripts/profile.entry.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/profile.entry.ts b/src/scripts/profile.entry.ts index b194e3a9..0cb77f50 100644 --- a/src/scripts/profile.entry.ts +++ b/src/scripts/profile.entry.ts @@ -1,7 +1,7 @@ ///<reference path="../../typings/index.d.ts" /> import * as $ from "jquery"; import {APIController} from "./controllers/connection/api"; -import {removeUserInfo} from "./user"; +import {removeUserInfo} from "./user-authentication"; window["jQuery"] = $; |
