Skip to content

Commit

Permalink
Update navigation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 22, 2024
1 parent 447a6ae commit 7161133
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/toolpad-core/src/shared/navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import type {
NavigationItem,
NavigationPageItem,
NavigationSubheaderItem,
} from '../../build/AppProvider';
import type { NavigationItem, NavigationPageItem, NavigationSubheaderItem } from '../AppProvider';

export const getItemKind = (item: NavigationItem) => item.kind ?? 'page';

Expand Down

0 comments on commit 7161133

Please sign in to comment.