mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Refactoring components
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
||||
import { FC } from 'react';
|
||||
import { useRouter } from 'next/router';
|
||||
import Head from 'next/head';
|
||||
import IconButton from '../components/IconButton';
|
||||
import { Wrapper } from '../styles/404';
|
||||
|
||||
const NotFound: FC = () => {
|
||||
const NotFound = () => {
|
||||
const router = useRouter();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user