Skip to content

Commit

Permalink
refactor: nav refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george authored and d3george committed Nov 7, 2024
1 parent b6d9623 commit ed70d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/dashboard/nav/nav-vertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type Props = {
closeSideBarDrawer?: () => void;
};
export default function NavVertical(props: Props) {
console.log('NavVertical');
const navigate = useNavigate();
const matches = useMatches();
const { colorBgElevated, colorBorder } = useThemeToken();
Expand Down

0 comments on commit ed70d2b

Please sign in to comment.