style: remove unused import (#1113)

This commit is contained in:
Himself65
2023-02-17 22:52:14 -06:00
committed by GitHub
parent 6378547a0e
commit 462a859afe
30 changed files with 3 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
import { Children, HTMLAttributes, PropsWithChildren, ReactNode } from 'react';
import React from 'react';
import { StyledTable } from './styles';
const childrenHasEllipsis = (children: ReactNode | ReactNode[]): boolean => {

View File

@@ -1,5 +1,4 @@
import { HTMLAttributes, PropsWithChildren } from 'react';
import React from 'react';
import { StyledTableBody } from './styles';
export const TableBody = ({

View File

@@ -1,5 +1,4 @@
import { HTMLAttributes, PropsWithChildren } from 'react';
import React from 'react';
import { TableCellProps } from './interface';
import { StyledTableCell } from './styles';

View File

@@ -1,5 +1,4 @@
import { HTMLAttributes, PropsWithChildren } from 'react';
import React from 'react';
import { StyledTableHead } from './styles';

View File

@@ -1,5 +1,4 @@
import { HTMLAttributes, PropsWithChildren } from 'react';
import React from 'react';
import { StyledTableRow } from './styles';
export const TableRow = ({