Skip to content

Commit

Permalink
Merge branch 'master' into create-RichTreeViewPro
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Apr 4, 2024
2 parents 8d5703c + 7de42b2 commit 29e7e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { expect } from 'chai';
import { spy } from 'sinon';
import { describeTreeView } from 'test/utils/tree-view/describeTreeView';
import { UseTreeViewExpansionSignature } from '@mui/x-tree-view/internals';
import { fireEvent } from '@mui-internal/test-utils';
import { act, fireEvent } from '@mui-internal/test-utils';
import { TreeItem2, TreeItem2Props } from '@mui/x-tree-view/TreeItem2';
import { UseTreeItem2ContentSlotOwnProps } from '@mui/x-tree-view/useTreeItem2';
import { useTreeItem2Utils } from '@mui/x-tree-view/hooks';
Expand Down

0 comments on commit 29e7e90

Please sign in to comment.