diff options
Diffstat (limited to 'rushs/eplace/src/pages/index.js')
| -rw-r--r-- | rushs/eplace/src/pages/index.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rushs/eplace/src/pages/index.js b/rushs/eplace/src/pages/index.js new file mode 100644 index 0000000..59cdb91 --- /dev/null +++ b/rushs/eplace/src/pages/index.js @@ -0,0 +1,10 @@ +// FIXME: This is the entry point of the application, write your code here + +import { calculateLayout } from "./utils"; +import "./debug"; +import { initSocket } from "../utils/streams"; + +// Initialize the layout +calculateLayout(); + +initSocket(); |
