From fde68975a724c6ead11934fc9ee04a629488a854 Mon Sep 17 00:00:00 2001 From: Rayan Date: Sun, 16 Feb 2025 04:48:44 -0500 Subject: [PATCH] Init panel defaul --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 9c81ea0..307e134 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ function App() { return ( <> -

+

Init panel branch

) }