diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-11-18 20:08:20 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-11-18 20:08:20 -0500 |
| commit | 8caeb140e261921a5bfc7992b8b00407a7d784ba (patch) | |
| tree | 351f74b8242b4f0df514cb1ca84bcff10a8de3d4 /src | |
| parent | 1bbecf5d56f103784aa32c550c87048090da0ec1 (diff) | |
| parent | 8f7baceabdfa50c2864e3ac26b08aff4ae7c7dbe (diff) | |
| download | submelon.dev-8caeb140e261921a5bfc7992b8b00407a7d784ba.tar.gz submelon.dev-8caeb140e261921a5bfc7992b8b00407a7d784ba.tar.bz2 submelon.dev-8caeb140e261921a5bfc7992b8b00407a7d784ba.zip | |
Update 404 with main styles
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/404.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index 48de764..0a593d6 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -1,6 +1,7 @@ import * as React from "react"; import BlockLink from "../components/BlockLink"; import { BlockBody, BlockHeader, Content } from "../styles"; +import "../styles/main.css"; // markup const NotFoundPage = (): React.ReactElement => { |
