Init working UI

This commit is contained in:
Logan Cusano
2025-05-25 23:20:48 -04:00
parent b889210f2b
commit 30707fc0d5
19 changed files with 1458 additions and 1113 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",