chore: lint

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-01-16 10:34:44 +01:00
parent 27798df0a3
commit 262ba22e7d
@@ -82,6 +82,6 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
);
export const SidebarContent = NavContentBlueprint.make({
params: {
component: ({}) => <Root />,
component: () => <Root />,
},
});