mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:06:38 -04:00
13
pages/index.tsx
Normal file
13
pages/index.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import Layout from "../components/Layout";
|
||||
import Container from "../components/Container";
|
||||
import Home from "../components/home/Home";
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<Layout>
|
||||
<Container>
|
||||
<Home />
|
||||
</Container>
|
||||
</Layout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user