diff --git a/pages/404.tsx b/pages/404.tsx index 8816e2a..cd30312 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -1,8 +1,8 @@ -import * as C from '@/components' import * as S from '../layout/index.style' import React from 'react' -import { NextSeoProps } from 'next-seo' +import { NextSeo, NextSeoProps } from 'next-seo' +import { Aside, Board, ScrollBtn } from '@/components' const NotFound = () => { const seoConfig: NextSeoProps = { @@ -22,14 +22,14 @@ const NotFound = () => { return ( <> - + - + 404 Not Found - - + +