Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Jun 6, 2024
1 parent fa5ae4e commit 6a8e501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
TreeViewPublicAPI,
TreeViewExperimentalFeatures,
} from '../models';
import { TreeViewCorePluginSignatures } from '@mui/x-tree-view/internals/corePlugins';
import { TreeViewCorePluginSignatures } from '../corePlugins';

export type UseTreeViewParameters<TSignatures extends readonly TreeViewAnyPluginSignature[]> =
UseTreeViewBaseParameters<TSignatures> &
Expand Down

0 comments on commit 6a8e501

Please sign in to comment.