mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🧊
This commit is contained in:
parent
64e6a73b42
commit
1a2aa9f678
1 changed files with 5 additions and 2 deletions
|
@ -5,11 +5,14 @@ import Icon from 'components/Icon'
|
||||||
import IconLayout from 'components/IconLayout'
|
import IconLayout from 'components/IconLayout'
|
||||||
import MainLayout from 'components/MainLayout'
|
import MainLayout from 'components/MainLayout'
|
||||||
import Spotify from 'components/Spotify'
|
import Spotify from 'components/Spotify'
|
||||||
import Time from 'components/Time'
|
|
||||||
import Weather from 'components/Weather'
|
import Weather from 'components/Weather'
|
||||||
import { FaSteam, FaGithub, FaEnvelope } from 'react-icons/fa'
|
import { FaSteam, FaGithub, FaEnvelope } from 'react-icons/fa'
|
||||||
import { RiInstagramFill } from 'react-icons/ri'
|
import { RiInstagramFill } from 'react-icons/ri'
|
||||||
import { SiDiscord } from 'react-icons/si'
|
import { SiDiscord } from 'react-icons/si'
|
||||||
|
import dynamic from 'next/dynamic'
|
||||||
|
const Time = dynamic(() => import('components/Time'), {
|
||||||
|
ssr: false,
|
||||||
|
})
|
||||||
|
|
||||||
const Home = ({data}: any) => {
|
const Home = ({data}: any) => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue