[WIFI-10810] ESLint run, package upgrades, TS fixes

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2022-10-27 10:52:34 +01:00
parent 16e46cded0
commit eb3dd2032f
521 changed files with 11228 additions and 24891 deletions

View File

@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { v4 as uuid } from 'uuid';
import { ArrowRightIcon, ArrowLeftIcon, ChevronRightIcon, ChevronLeftIcon } from '@chakra-ui/icons';
import {
Table,
Tbody,
@@ -24,13 +24,13 @@ import {
Heading,
useBreakpoint,
} from '@chakra-ui/react';
import { ArrowRightIcon, ArrowLeftIcon, ChevronRightIcon, ChevronLeftIcon } from '@chakra-ui/icons';
// @ts-ignore
import { useTable, usePagination, useSortBy, Row } from 'react-table';
import { useTranslation } from 'react-i18next';
import { useTable, usePagination, useSortBy, Row } from 'react-table';
import { v4 as uuid } from 'uuid';
// @ts-ignore
import SortIcon from './SortIcon';
import LoadingOverlay from 'components/LoadingOverlay';
import { Column, PageInfo } from 'models/Table';
import SortIcon from './SortIcon';
interface Props {
columns: Column[];