feat: update frontend src/App.tsx with basic placeholder
This commit is contained in:
@@ -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>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user