From 780c08ab8b8a33ec8d08821f839f0d5dc034931b Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 3 Apr 2017 10:04:21 +0200 Subject: Rename user.ts to user-authentication.ts --- src/scripts/profile.entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/profile.entry.ts') 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 @@ /// import * as $ from "jquery"; import {APIController} from "./controllers/connection/api"; -import {removeUserInfo} from "./user"; +import {removeUserInfo} from "./user-authentication"; window["jQuery"] = $; -- cgit v1.2.3