mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
fix all imports for new structure
This commit is contained in:
@@ -70,8 +70,3 @@ export const SidebarItem = ({ children, to, ...props }: ListItemProps) => {
|
||||
};
|
||||
|
||||
SidebarItem.Link = ItemLink;
|
||||
|
||||
SidebarItem.defaultProps = {
|
||||
disabled: false,
|
||||
to: undefined,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user