chore: strict eslint check (#1084)

This commit is contained in:
Himself65
2023-02-17 01:33:32 -06:00
committed by GitHub
parent 191c36c6fb
commit 5e6366ba44
213 changed files with 1080 additions and 1886 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import NotfoundPage from '@/components/404';
import Head from 'next/head';
import NotfoundPage from '@/components/404';
export default function Custom404() {
return (
<>