Update packages/create-app/templates/default-app/packages/app/src/components/Root/Root.tsx

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-06-03 15:17:08 +02:00
parent a77e6a4369
commit abe7f87205
@@ -71,7 +71,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
{/* End global nav */}
<SidebarDivider />
<SidebarScrollWrapper>
{ /* Items in this group will be scrollable if they run out of space */ }
{/* Items in this group will be scrollable if they run out of space */}
</SidebarScrollWrapper>
</SidebarGroup>
<SidebarSpace />