aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Settings/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Settings/index.js')
-rw-r--r--apps/Settings/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Settings/index.js b/apps/Settings/index.js
new file mode 100644
index 0000000..0a09ad4
--- /dev/null
+++ b/apps/Settings/index.js
@@ -0,0 +1,3 @@
+import Settings from './components/Settings'
+
+export default Settings