import { Home } from './Home' import { Counter } from './Counter' import { FetchData } from './FetchData' export { Home, Counter, FetchData }