From 7396c12d98912fe7034adca48760f6710f133e4c Mon Sep 17 00:00:00 2001 From: Jane Moroz Date: Mon, 18 Sep 2023 10:58:13 +0300 Subject: [PATCH] fix: fix eslint error --- src/components/navbar/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/Navbar.tsx b/src/components/navbar/Navbar.tsx index e61af819..3244252c 100644 --- a/src/components/navbar/Navbar.tsx +++ b/src/components/navbar/Navbar.tsx @@ -1,4 +1,4 @@ -import {Avatar, Bell, ChinguMenu, DropDown, ModeToggle } from "@/components"; +import { Avatar, Bell, ChinguMenu, DropDown, ModeToggle } from "@/components"; const name = "Yorick"; const notificationCount = 4;