diff options
author | 2021-08-09 21:36:03 +0200 | |
---|---|---|
committer | 2021-08-09 21:37:03 +0200 | |
commit | 464e470441287572cfda8d95484f781236b9db35 (patch) | |
tree | 87177837cb6ee6ee000f0d39fa5ba7ee6bb2943e /apps/index.js | |
download | my_apps-464e470441287572cfda8d95484f781236b9db35.tar.gz my_apps-464e470441287572cfda8d95484f781236b9db35.tar.bz2 my_apps-464e470441287572cfda8d95484f781236b9db35.zip |
init commit
Diffstat (limited to 'apps/index.js')
-rw-r--r-- | apps/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/index.js b/apps/index.js new file mode 100644 index 0000000..fa08e0e --- /dev/null +++ b/apps/index.js @@ -0,0 +1 @@ +export {default as Notes} from './Notes' |