Skip to content

Commit d6a88a9

Browse files
committed
release version patch
1 parent 51b7719 commit d6a88a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/src/pages/tests/table/datasource-api/useDataSourceApi.page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ import {
33
DataSource,
44
InfiniteTablePropRowStyle,
55
InfiniteTableRowInfo,
6-
DataSourceApi,
76
type InfiniteTableColumn,
87
useDataSourceApi,
98
} from '@infinite-table/infinite-react';
10-
import React, { useState } from 'react';
9+
import React from 'react';
1110

1211
export type Employee = {
1312
id: number;

0 commit comments

Comments
 (0)