diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx new file mode 100644 index 0000000..c23ded1 --- /dev/null +++ b/frontend/src/App.tsx @@ -0,0 +1,12 @@ +function App() { + return ( + <> +
+

web-cad - Web-based 2D CAD for Event Seating Plans

+

Welcome to the web-cad frontend application.

+
+ + ) +} + +export default App \ No newline at end of file