1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

fix: rename AccounSidebar to AccountSidebar (#8983)

This commit is contained in:
Dmitry
2025-08-02 06:30:15 +03:00
committed by GitHub
parent bd2719749d
commit 47123f575b
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import AstroIcon from './AstroIcon.astro';
import { TeamDropdown } from './TeamDropdown/TeamDropdown';
import { SidebarFriendsCounter } from './Friends/SidebarFriendsCounter';
import { Map } from 'lucide-react';
import { AccountSidebarUpgrade } from './AccounSidebar/AccountSidebarUpgrade';
import { AccountSidebarUpgrade } from './AccountSidebar/AccountSidebarUpgrade';
export interface Props {
activePageId: string;