diff --git a/app/globals.css b/src/app/globals.css similarity index 100% rename from app/globals.css rename to src/app/globals.css diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2395ecdc30..9536353e2a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,4 @@ -import "@/styles/globals.css" +import "./globals.css" import { cn } from "@/lib/utils" import { inter } from "fonts" diff --git a/src/app/playground/page.tsx b/src/app/playground/page.tsx new file mode 100644 index 0000000000..323f611909 --- /dev/null +++ b/src/app/playground/page.tsx @@ -0,0 +1,3 @@ +export default function Page() { + return