Browse Source
Merge pull request #11 from ExtProjNomit/small-ref
delete useless module
pull/146/head
Mohammed Tantawy
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
3 deletions
-
src/assets/scripts/index.js
-
src/index.html
|
|
|
@ -16,5 +16,4 @@ import './fullcalendar'; |
|
|
|
import './googleMaps'; |
|
|
|
import './utils'; |
|
|
|
import './user-form'; |
|
|
|
import './login'; |
|
|
|
import './app'; |
|
|
|
import './login'; |
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html ng-app="NomitWisp"> |
|
|
|
<html> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
|