Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 16, 2025
1 parent 25c2cae commit 30fd91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import {
$createTableRowNode,
TableCellNode,
TableNode,
TableRowNode,
} from '@lexical/table';
import {$getRoot} from 'lexical';
import {initializeUnitTest} from 'lexical/src/__tests__/utils';

import {TableRowNode} from '../../../../lexical-table/LexicalTable';
import {insertList} from '../../formatList';
import {$isListNode} from '../../LexicalListNode';

Expand Down

0 comments on commit 30fd91b

Please sign in to comment.