chore: rename sidebar component

This commit is contained in:
Pablo Lara
2024-10-08 11:24:31 +02:00
parent b43832fa8f
commit 3d533b56ef
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export * from "./sidebar";
export * from "./sidebar-items";
export * from "./sidebar-tmp";
export * from "./sidebar-wrap";
export * from "./team-avatar";
export * from "./user-avatar";
+1 -1
View File
@@ -1,7 +1,7 @@
import { Icon } from "@iconify/react";
import { Chip } from "@nextui-org/react";
import { SidebarItem, SidebarItemType } from "./sidebar-tmp";
import { SidebarItem, SidebarItemType } from "./sidebar";
import { TeamAvatar } from "./team-avatar";
/**
+1 -1
View File
@@ -17,7 +17,7 @@ import {
ProwlerShort,
} from "../../icons/prowler/ProwlerIcons";
import { ThemeSwitch } from "../../ThemeSwitch";
import Sidebar from "./sidebar-tmp";
import Sidebar from "./sidebar";
import { sectionItemsWithTeams } from "./sidebar-items";
import { UserAvatar } from "./user-avatar";