From 2a88ff82082c93c9b722557799ba673e6516a3ea Mon Sep 17 00:00:00 2001 From: UsVfxArtia <112181162+UsVfxArtia@users.noreply.github.com> Date: Thu, 10 Nov 2022 01:31:30 +0300 Subject: [PATCH] What is This??? 11,12,13 What is This??? --- components/NavbarNested/NavbarNested.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },