Skip to content

Commit b16b989

Browse files
committed
Test
1 parent 7bf5d15 commit b16b989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Layout/PanelSideBarLayout/PanelSideBarLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const PanelSideBarLayout = (props: PanelSideBarLayoutProps) => {
3030
const toggleSidebar = () => setIsOpen((prev) => !prev);
3131

3232
const { brand: contextBrand, footer: contextFooter, userDropDownMenu, userDropDownMenuToggle } = usePanelSideBarLayoutContext();
33+
console.log("Test");
3334

3435
return (
3536
<>

0 commit comments

Comments
 (0)