diff options
Diffstat (limited to 'apps/Settings/index.js')
-rw-r--r-- | apps/Settings/index.js | 3 |
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 |