Init panel defaul

This commit is contained in:
Rayan 2025-02-16 04:48:44 -05:00
parent 14b2d473ea
commit fde68975a7

View file

@ -5,7 +5,7 @@ function App() {
return ( return (
<> <>
<p></p> <p>Init panel branch</p>
</> </>
) )
} }