From 65062b3fbe91c209303af884526b45d17ffbcb9e Mon Sep 17 00:00:00 2001 From: Emil Balitzki Date: Mon, 13 May 2024 15:39:43 +0200 Subject: [PATCH] Frontend CI/CD test Signed-off-by: Emil Balitzki --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 67cbe78b..adf61548 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,7 +1,7 @@ import "./App.css"; function App() { - return

Building Information Enhancer v.5

; + return

Building Information Enhancer v.6

; } export default App;