feat: update frontend src/App.tsx with basic placeholder
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
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>
|
||||
<h1>Web CAD</h1>
|
||||
<p>Welcome to the Web CAD application</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user