Skip to content

Commit 37dff3a

Browse files
committed
fix: separate type import
1 parent 1ad46a7 commit 37dff3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-crud/src/components/document-list-view.spec.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
2-
import { ReactWrapper, mount } from 'enzyme';
2+
import { mount } from 'enzyme';
3+
import type { ReactWrapper } from 'enzyme';
34
import HadronDocument from 'hadron-document';
45
import { expect } from 'chai';
56

0 commit comments

Comments
 (0)