diff --git a/pages/index.tsx b/pages/index.tsx index bd704c4..c96ceee 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,7 +1,14 @@ import { NextPage } from 'next' +import Container from '../components/Container' const Index: NextPage = () => { - return
+ return <> +