diff options
author | 2021-08-22 14:33:54 +0200 | |
---|---|---|
committer | 2021-08-29 15:35:49 +0200 | |
commit | 9f74c550927671f4ded301d0cf3e9d592716375c (patch) | |
tree | 6075bead5939bfb9c3b6137fc5ef865f088b57cb /apps/Settings/index.js | |
parent | 71cc09db93ec9b079a30593e14ca57c98fdc94ac (diff) | |
download | my_apps-9f74c550927671f4ded301d0cf3e9d592716375c.tar.gz my_apps-9f74c550927671f4ded301d0cf3e9d592716375c.tar.bz2 my_apps-9f74c550927671f4ded301d0cf3e9d592716375c.zip |
settings
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 |