Browse Source

fix pagejs load

Nikolay Suslov 6 years ago
parent
commit
75298b91ae
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/web/index-app.js

+ 2 - 0
public/web/index-app.js

@@ -1,3 +1,5 @@
+import page from '/lib/page.mjs';
+
 class IndexApp {
 class IndexApp {
     constructor() {
     constructor() {
         console.log("app constructor");
         console.log("app constructor");