1 2 3 4 5 6
import Edit from './Edit' import List from './List' import Menu from './Menu' import Note from './Note' export { Edit, List, Menu, Note }