vite react, router, tailwind, shadcn

This commit is contained in:
JSC
2025-06-28 18:38:11 +02:00
commit e23e4bca2e
21 changed files with 1136 additions and 0 deletions

7
src/App.tsx Normal file
View File

@@ -0,0 +1,7 @@
function App() {
return (
<div>App</div>
)
}
export default App