We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619410c commit bb23e2bCopy full SHA for bb23e2b
apps/portal/src/app/bundler/layout.tsx
@@ -6,7 +6,7 @@ export default async function Layout(props: { children: React.ReactNode }) {
6
editPageButton={true}
7
sideBar={{
8
name: "Bundler",
9
- links: []
+ links: [],
10
}}
11
>
12
{props.children}
0 commit comments