diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/404.tsx | 1 | ||||
| -rw-r--r-- | src/pages/index.tsx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index d8d27cb..6288f0c 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -1,7 +1,6 @@ import React from "react"; import { BlockLink, Layout } from "../components"; import { BlockBody, BlockHeader } from "../styles"; -import "../styles/main.css"; const NotFoundPage = (): React.ReactElement => { return ( diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 370a10d..10ba281 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,6 +1,5 @@ import React from "react"; import { StaticImage } from "gatsby-plugin-image"; -import "../styles/main.css"; import { FaGithub, FaMastodon } from "react-icons/fa"; import { BlockLink, Layout } from "../components"; import { BlockBody, BlockHeader } from "../styles"; |
