[WIFI-12441] Added export button to device table

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2023-04-18 10:58:26 +02:00
parent b870cf828a
commit efc80a183b
88 changed files with 7594 additions and 14746 deletions

View File

@@ -13,7 +13,7 @@ import {
Textarea,
useToast,
} from '@chakra-ui/react';
import { ClipboardText } from 'phosphor-react';
import { ClipboardText } from '@phosphor-icons/react';
import { useTranslation } from 'react-i18next';
import { SaveButton } from '../../Buttons/SaveButton';
import { Modal } from '../Modal';