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/main.entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/main.entry.ts') diff --git a/src/scripts/main.entry.ts b/src/scripts/main.entry.ts index 48ab7f37..84726ed4 100644 --- a/src/scripts/main.entry.ts +++ b/src/scripts/main.entry.ts @@ -7,7 +7,7 @@ window["$"] = $; require("jquery-mousewheel"); window["jQuery"] = $; -require("./user"); +require("./user-authentication"); $(document).ready(function () { -- cgit v1.2.3