aboutsummaryrefslogtreecommitdiffstats
path: root/components/index.js
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-21 18:42:30 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-21 20:04:22 +0100
commit774113edda1b9219001ef4adab3f4e19c46bcecc (patch)
tree6cbf37abb72e688e5a01f2ceebe56c97874d65d7 /components/index.js
parentbbdf817bc139f5d647a6508802e90370267d2af7 (diff)
downloadnotes_mobile-774113edda1b9219001ef4adab3f4e19c46bcecc.tar.gz
notes_mobile-774113edda1b9219001ef4adab3f4e19c46bcecc.tar.bz2
notes_mobile-774113edda1b9219001ef4adab3f4e19c46bcecc.zip
refactor
Diffstat (limited to 'components/index.js')
-rw-r--r--components/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/index.js b/components/index.js
index 0f227df..7323846 100644
--- a/components/index.js
+++ b/components/index.js
@@ -1,7 +1,6 @@
import Edit from './Edit'
import List from './List'
-import Login from './Login'
import Menu from './Menu'
import Note from './Note'
-export { Edit, List, Login, Menu, Note }
+export { Edit, List, Menu, Note }