This commit is contained in:
skidoodle 2022-04-26 00:50:56 +02:00
parent 1a2aa9f678
commit 2d726ddfe3
6 changed files with 115 additions and 2013 deletions

View file

@ -1,4 +1,5 @@
import { GetServerSideProps } from 'next'
import Head from 'next/head'
import FadeIn from 'react-fade-in'
import Body from 'components/Body'
import Icon from 'components/Icon'
@ -17,6 +18,9 @@ const Time = dynamic(() => import('components/Time'), {
const Home = ({data}: any) => {
return (
<>
<Head>
<title>albert</title>
</Head>
<Body>
<FadeIn>
<MainLayout />