import React, { } from 'react'; function Home() { return ( <div> <h2>asdkj;alsdkj</h2> </div> ) } export default Home