chore: bump version to 3.0.3 in package.json and update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (#467)

This commit is contained in:
Giancarlo Buomprisco
2026-03-26 07:40:51 +08:00
committed by GitHub
parent 5dc5ee8f08
commit cc3eb5c554
14 changed files with 673 additions and 648 deletions

View File

@@ -7,7 +7,7 @@ export function DevToolLayout(props: React.PropsWithChildren) {
<SidebarProvider>
<DevToolSidebar />
<SidebarInset className="px-4">{props.children}</SidebarInset>
<SidebarInset>{props.children}</SidebarInset>
</SidebarProvider>
);
}