UNPKG

cra-template-ichsnn-counter-app

Version:
12 lines (9 loc) 143 B
import CounterView from "./views/counter"; function App() { return ( <div> <CounterView /> </div> ); } export default App;