Skip to content

Commit 26b25bc

Browse files
Update test/components.test.tsx
Co-authored-by: Nicolas Stepien <[email protected]>
1 parent c0a837b commit 26b25bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/components.test.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { StrictMode } from 'react';
22
import { render, screen } from '@testing-library/react';
33

4-
import type { DataGridProps } from '../src/';
5-
import DataGrid, { DataGridDefaultComponentsProvider, SelectColumn } from '../src/';
6-
import type { Column } from '../src';
4+
import DataGrid, { DataGridDefaultComponentsProvider, SelectColumn } from '../src';
5+
import type { Column, DataGridProps } from '../src';
76
import { getRows, setup } from './utils';
87

98
interface Row {

0 commit comments

Comments
 (0)