Skip to content

Commit 85ee40b

Browse files
committed
chore: rm unused imports
1 parent 7fce4d1 commit 85ee40b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

web-marketplace/src/components/organisms/AdminNavigation/AdminNavigation.ListItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
ListItemIcon,
66
ListItemText,
77
} from '@mui/material';
8-
import _ from 'lodash';
98

109
import { cn } from 'web-components/src/utils/styles/cn';
1110

web-marketplace/src/components/organisms/AdminNavigation/AdminNavigation.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
import { Fragment } from 'react';
22
import { useLingui } from '@lingui/react';
3-
import {
4-
List,
5-
ListItem,
6-
ListItemButton,
7-
ListItemIcon,
8-
ListItemText,
9-
ListSubheader,
10-
} from '@mui/material';
3+
import { List, ListSubheader } from '@mui/material';
114

125
import InfoTooltip from 'web-components/src/components/tooltip/InfoTooltip';
13-
import { cn } from 'web-components/src/utils/styles/cn';
146

157
import { AdminNavigationListItem } from './AdminNavigation.ListItem';
168
import { AdminNavigationSection } from './AdminNavigation.types';
17-
import { isSelected } from './AdminNavigation.utils';
189

1910
export type AdminNavigationProps = {
2011
className?: string;

0 commit comments

Comments
 (0)