summaryrefslogtreecommitdiff
path: root/frontend/views/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 22:34:16 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 22:34:16 +0200
commitabd277bc02d36570038de4c0646a672f5585fa84 (patch)
tree91a8955ce1838892dc55389c920370a06ac04a91 /frontend/views/index.js
parent70a29089cdb05df27cf50b50fcbc2e53d8975571 (diff)
stubbing in page editor
Diffstat (limited to 'frontend/views/index.js')
-rw-r--r--frontend/views/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/views/index.js b/frontend/views/index.js
index 07e7284..c50ab80 100644
--- a/frontend/views/index.js
+++ b/frontend/views/index.js
@@ -1,3 +1,4 @@
export { default as index } from './index/index.container'
export { default as graph } from './graph/graph.container'
+export { default as page } from './page/page.container'
export { default as upload } from './upload/upload.container'