aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/components/index.js
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-22 12:47:27 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-22 12:47:27 +0200
commit9be2d3ba0d7e7a68d99bad06f514dfe8cff03ed5 (patch)
treedde812c664f68b33a1a8bdd28e710cd184498407 /client/js/app/src/app/components/index.js
parent587d2b646501a434ed79d8c520487141b93fda8b (diff)
Add basic app router structure
Diffstat (limited to 'client/js/app/src/app/components/index.js')
-rw-r--r--client/js/app/src/app/components/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/js/app/src/app/components/index.js b/client/js/app/src/app/components/index.js
new file mode 100644
index 00000000000..e7c597c3971
--- /dev/null
+++ b/client/js/app/src/app/components/index.js
@@ -0,0 +1,2 @@
+export { App } from 'app/components/layout/app';
+export { Error } from 'app/components/layout/error';