Star
App
Edit on GitHub
The App component
import
{
App
}
from
'@garnet/ui/v1'
;
export
default
function
MyApp
(
)
{
return
(
<
App
/
>
;
)
;
}
Previous
Creating Plugin UI