UNPKG

cra-template-paulo-vanilla

Version:

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

10 lines (8 loc) 184 B
import styles from "./Home.module.css" export function Home () { return ( <div className={styles.HomeContainer}> Hello Warudo </div> ); }