diff --git a/surfsense_web/app/global-error.tsx b/surfsense_web/app/global-error.tsx index 9c9541396..6707d8dea 100644 --- a/surfsense_web/app/global-error.tsx +++ b/surfsense_web/app/global-error.tsx @@ -1,8 +1,6 @@ "use client"; import "./globals.css"; - -import NextError from "next/error"; import posthog from "posthog-js"; import { useEffect } from "react"; import { Button } from "@/components/ui/button";