App

The App component

import { App } from '@garnet/ui/v1';
export default function MyApp() {
return (
<App
/>;
);
}