diff options
Diffstat (limited to 'src/pages/404.tsx')
| -rw-r--r-- | src/pages/404.tsx | 1 |
1 files changed, 0 insertions, 1 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 ( |
