mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
452f8a4e16
commit
e1fd388272
15 changed files with 1926 additions and 20 deletions
|
@ -1,13 +1,13 @@
|
|||
import { GetServerSideProps } from 'next'
|
||||
import Head from 'next/head'
|
||||
import Body from '@/components/Body'
|
||||
import Footer from '@/components/Footer'
|
||||
import Icon from '@/components/Icon'
|
||||
import IconLayout from '@/components/IconLayout'
|
||||
import MainLayout from '@/components/MainLayout'
|
||||
import Spotify from '@/components/Spotify'
|
||||
import Time from '@/components/Time'
|
||||
import Weather from '@/components/Weather'
|
||||
import Body from 'components/Body'
|
||||
import Footer from 'components/Footer'
|
||||
import Icon from 'components/Icon'
|
||||
import IconLayout from 'components/IconLayout'
|
||||
import MainLayout from 'components/MainLayout'
|
||||
import Spotify from 'components/Spotify'
|
||||
import Time from 'components/Time'
|
||||
import Weather from 'components/Weather'
|
||||
|
||||
const Home = ({data}: any) => {
|
||||
return(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue