UNPKG

@fitch-digital/fitch-create-app

Version:

Boilerplate templates for FITCH projects

11 lines (8 loc) 172 B
import React from 'react'; import './style.scss'; const Home = () => ( <div className='home'> <p>This is the home page</p> </div> ); export default Home;