T01: add frontend src/App.tsx
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user