UNPKG

cra-template-paulo-not-scalable

Version:

CRA designed for simple SPAs, with better folder structure, CSS Modules, helpful Readme and project Snippets.

12 lines (9 loc) 170 B
import styles from "./App.module.css" function App() { return ( <div className={styles.AppContainer}> ✨ Welcome ✨ </div> ); } export default App;