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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user