aboutsummaryrefslogtreecommitdiff
path: root/static/pages/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/pages/index.js')
-rw-r--r--static/pages/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/pages/index.js b/static/pages/index.js
new file mode 100644
index 0000000..56b0848
--- /dev/null
+++ b/static/pages/index.js
@@ -0,0 +1,5 @@
+export ImageViewer from './image-viewer/index.js';
+export LoginView from './login/index.js';
+export MainView from './main/index.js';
+export SettingsView from './settings/index.js';
+export ShuffleView from './shuffle/index.js';