10 lines
385 B
JavaScript
10 lines
385 B
JavaScript
|
|
import Register from '@/components/Register'
|
||
|
|
import Login from '@/components/Login'
|
||
|
|
import Settings from '@/components/Settings'
|
||
|
|
import newEvent from '@/components/newEvent'
|
||
|
|
import eventDetail from '@/components/EventDetail'
|
||
|
|
import Home from '@/components/Home'
|
||
|
|
import Event from '@/components/event'
|
||
|
|
|
||
|
|
module.exports = { Home, eventDetail, newEvent, Settings, Login, Register, Event }
|