We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a17a9 commit f8b0af2Copy full SHA for f8b0af2
layouts/404.tsx
@@ -1,5 +1,5 @@
1
import Head from 'next/head';
2
-import Header from '../components/Header';
+import Header from 'components/header';
3
import { useRouter } from 'next/router';
4
5
type LayoutType = {
layouts/Main.tsx
0 commit comments