T01: add frontend src/App.tsx

This commit is contained in:
2026-06-21 20:31:44 +00:00
parent 40eab9f7c0
commit da2a8361fe
+12
View File
@@ -0,0 +1,12 @@
function App() {
return (
<>
<div>
<h1>web-cad - Web-based 2D CAD for Event Seating Plans</h1>
<p>Welcome to the web-cad frontend application.</p>
</div>
</>
)
}
export default App