Browse Source

Merge pull request #11 from ExtProjNomit/small-ref

delete useless module
pull/146/head
Mohammed Tantawy 7 years ago
committed by GitHub
parent
commit
49b30442a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      src/assets/scripts/index.js
  2. +1
    -1
      src/index.html

+ 1
- 2
src/assets/scripts/index.js View File

@ -16,5 +16,4 @@ import './fullcalendar';
import './googleMaps'; import './googleMaps';
import './utils'; import './utils';
import './user-form'; import './user-form';
import './login';
import './app';
import './login';

+ 1
- 1
src/index.html View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html ng-app="NomitWisp">
<html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">


Loading…
Cancel
Save