feat: update frontend src/App.tsx with basic placeholder

This commit is contained in:
2026-06-22 00:05:17 +00:00
parent 655820faf1
commit e7286fa5ac
+2 -4
View File
@@ -1,10 +1,8 @@
function App() { function App() {
return ( return (
<> <>
<div> <h1>Web CAD</h1>
<h1>web-cad - Web-based 2D CAD for Event Seating Plans</h1> <p>Welcome to the Web CAD application</p>
<p>Welcome to the web-cad frontend application.</p>
</div>
</> </>
) )
} }