feat: add confetti animation on thought submission and update dependencies

This commit is contained in:
2025-09-07 17:43:17 +02:00
parent dd279a1434
commit 72b4cb0851
6 changed files with 240 additions and 92 deletions

View File

@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { AuthProvider } from "@/hooks/use-auth";
import { Toaster } from "@/components/ui/sonner";