]> git.uio.no Git - u/erikhf/frm.git/blobdiff - src/index.html
added a new structure
[u/erikhf/frm.git] / src / index.html
index 0d645c314f159951fcfa6eb47dccd00cd0a428e6..d44cd76894bf3d1dcf53c2f03552d3c5996384e3 100644 (file)
@@ -16,9 +16,9 @@
     <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
     <script>
         System.config({
-            packages: {'app': {defaultExtension: 'js'}}
+            packages: {'components': {defaultExtension: 'js'}}
         });
-        System.import('app/app');
+        System.import('components/app/app');
     </script>
     <!--