feat(frontend): scaffold Vite + React + TypeScript project
This commit is contained in:
3
Frontend/src/App.tsx
Normal file
3
Frontend/src/App.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function App() {
|
||||
return <div style={{ padding: 20 }}>Frontend placeholder</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user