[WIFI-11223] Migrating to prov-ui style

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2022-10-19 11:17:41 +01:00
parent 2e7836eec3
commit 0a2aa6f734
88 changed files with 239 additions and 239 deletions

View File

@@ -2,9 +2,9 @@ import React, { useMemo } from 'react';
import { Box, Button, Table, Tbody, Td, Th, Thead, Tr } from '@chakra-ui/react';
import { useTranslation } from 'react-i18next';
import { v4 as uuid } from 'uuid';
import { Firmware } from 'models/Firmware';
import { compactDate } from 'helpers/dateFormatting';
import { bytesString } from 'helpers/stringHelper';
import { Firmware } from 'models/Firmware';
interface Props {
firmware: Firmware[];