feat: Add global error handling

This commit is contained in:
JoeMakuta 2026-03-26 18:14:20 +02:00
parent 1b79729136
commit 0e19d1ff20

View file

@ -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";