mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-27 09:29:00 +02:00
Add basic components
This commit is contained in:
10
pages/home.js
Normal file
10
pages/home.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import Header from '../components/header';
|
||||
|
||||
export const Home = (props) => (
|
||||
<div>
|
||||
<Header />
|
||||
<p>Hello Next.js</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Home;
|
Reference in New Issue
Block a user