From da2a8361fe2612c67b2dc577d417529d8ac7e547 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sun, 21 Jun 2026 20:31:44 +0000 Subject: [PATCH] T01: add frontend src/App.tsx --- frontend/src/App.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/src/App.tsx 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