another globals.css fix

This commit is contained in:
makearmy 2025-09-26 14:41:17 -04:00
parent 4553983148
commit 344e0fcafb

View file

@ -1,6 +1,6 @@
// app/layout.tsx
import type { Metadata } from "next";
import "./app/styles/globals.css";
import "./styles/globals.css";
import { Toaster } from "@/components/ui/toaster";
export const metadata: Metadata = {