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 }