From e7286fa5ac5c6f5877f4459fc586a2206d27bf01 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Mon, 22 Jun 2026 00:05:17 +0000 Subject: [PATCH] feat: update frontend src/App.tsx with basic placeholder --- frontend/src/App.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index c23ded1..322f00a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,10 +1,8 @@ function App() { return ( <> -
-

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

-

Welcome to the web-cad frontend application.

-
+

Web CAD

+

Welcome to the Web CAD application

) }