feat: react/vite/tailwind web scaffold with jsdom tests
This commit is contained in:
7
web/src/App.tsx
Normal file
7
web/src/App.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function App() {
|
||||
return (
|
||||
<div className="min-h-dvh bg-neutral-950 text-neutral-100 flex items-center justify-center">
|
||||
<h1 className="text-2xl font-semibold">record-shop</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user