UNPKG

cra-template-paulo-vanilla

Version:

CRA with more organized folder structure, CSS Modules, helpful Readme and project Snippets.

13 lines (10 loc) 184 B
import Context from "./data/ObjectContext"; import {Home} from "./pages/Home/Home" function App() { return ( <Context> <Home /> </Context> ); } export default App;