UNPKG

cra-template-phectr

Version:

Create React App template with Pullstate, Helmet, Emotion, Chakra UI, TailwindCSS (twin.macro) and React Router.

8 lines (5 loc) 156 B
import Layout from "./../layouts/Layout"; const Home = ({ ...props }) => { return <Layout title="Home">Success</Layout>; }; export default Home;