From 8bf42d30079f96b51c823b0ee37ac5d5cb370166 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Mon, 9 Oct 2023 15:35:24 +0200 Subject: [PATCH] add test text --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index e98d4f1..0ebd319 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ import "@styles/App.scss"; function App() { - return <>; + return <>Test; } export default App;