diff --git a/components/NavbarNested/NavbarNested.tsx b/components/NavbarNested/NavbarNested.tsx index 3c97cc6e..5595ddcf 100644 --- a/components/NavbarNested/NavbarNested.tsx +++ b/components/NavbarNested/NavbarNested.tsx @@ -8,9 +8,9 @@ import { IconAdjustments, IconLock, } from '@tabler/icons'; -import { UserButton } from '../UserButton/UserButton'; -import { LinksGroup } from '../NavbarLinksGroup/NavbarLinksGroup'; -import { Logo } from './Logo'; +import { UserButton } from '../UserButton/UserButton'; // What is This??? +import { LinksGroup } from '../NavbarLinksGroup/NavbarLinksGroup'; // What is This??? +import { Logo } from './Logo'; // What is This??? const mockdata = [ { label: 'Dashboard', icon: IconGauge },