From 1a14d6a992cda69ccdbd7c4fdfdfc2a65e2624e9 Mon Sep 17 00:00:00 2001 From: avo Date: Sun, 27 Oct 2024 13:47:51 -0500 Subject: [PATCH] remove semicolon --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 10d2f99..fba624a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,7 +46,7 @@ function App() { return ( <> - ; + ); }