Skip to content

Commit 1629065

Browse files
committed
removed unecessary import
1 parent 5532e68 commit 1629065

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/DataTable/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Alignment, Direction, Media } from './constants';
22
import { CSSObject } from 'styled-components';
3-
import React from 'react';
43

54
export type ChangePage = (page: number, totalRows: number) => void;
65
export type ChangeRowsPerPage = (currentRowsPerPage: number, currentPage: number) => void;

0 commit comments

Comments
 (0)