From e44101793503fccda888b1177a4b053a62950e23 Mon Sep 17 00:00:00 2001 From: rNLKJA <62606765+rNLKJA@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:54:05 +1100 Subject: [PATCH] error handling --- pages/_document.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/_document.jsx b/pages/_document.jsx index e06b527..203da7e 100644 --- a/pages/_document.jsx +++ b/pages/_document.jsx @@ -1,6 +1,5 @@ // pages/_document.js import Document, { Html, Head, Main, NextScript } from "next/document"; -import SEOHead from "@/components/specific/SEOHead"; // Import the component class MyDocument extends Document { render() {