diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-06 23:15:20 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-06 23:15:20 +0200 |
commit | 13c5e9ce54f45a921de69cb06f4410c4e5f7006e (patch) | |
tree | f46fd18cf6a318e59d696fb5e0964895e605923a /pages/index.tsx | |
parent | 596340f811d144fcef3237003ac84798614bc3b4 (diff) |
feat: start theme all over again
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 1e82aa8a..47a944fd 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -12,7 +12,6 @@ import { Stack, Button, } from '@chakra-ui/react' -import Head from 'next/head' import { AiFillGithub,AiFillMediumCircle} from "react-icons/ai"; import Publications from "../data/publications" import { NextSeo } from 'next-seo' |