cubetiq-react-app/src/pages/index.ts
2022-01-05 16:28:49 +07:00

9 lines
221 B
TypeScript

import About from './about'
import Home from './home'
import Info from './info'
import Login from './login'
import Profile from './profile'
import Reset from './reset'
export { Login, About, Home, Info, Profile, Reset }