global.css route fix
This commit is contained in:
parent
39235193e6
commit
4553983148
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// app/layout.tsx
|
||||
import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import "./app/styles/globals.css";
|
||||
import { Toaster } from "@/components/ui/toaster";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import { Textarea } from "@/components/ui/textarea";
|
|||
import { Separator } from "@/components/ui/separator";
|
||||
import { Select, SelectTrigger, SelectContent, SelectItem, SelectValue } from "@/components/ui/select";
|
||||
import { Badge } from "@/components/ui/badge";
|
||||
import { toast } from "@/components/ui/use-toast";
|
||||
import { useToast } from "@/hooks/use-toast";
|
||||
import { Loader2, Plus, Save, Settings2, X } from "lucide-react";
|
||||
import { SignOutButton } from "@/components/SignOutButton";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue