Skip to content

Commit

Permalink
fix: remove top-level /app folder & add playground page
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jun 27, 2024
1 parent 71a186f commit 88fae3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@/styles/globals.css"
import "./globals.css"

import { cn } from "@/lib/utils"
import { inter } from "fonts"
Expand Down
3 changes: 3 additions & 0 deletions src/app/playground/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function Page() {
return <h1>Playground</h1>
}

0 comments on commit 88fae3b

Please sign in to comment.