refactor(web/alert): alert dialog mantine rewrite

This commit is contained in:
Luke
2022-12-16 12:27:15 +01:00
parent 1893b66014
commit f24e43a1a4
4 changed files with 42 additions and 42 deletions

View File

@@ -4,7 +4,6 @@ import './index.css';
import App from './App';
import { ChakraProvider } from '@chakra-ui/react';
import { theme } from './theme';
import { debugData } from './utils/debugData';
import { fas } from '@fortawesome/free-solid-svg-icons';
import { far } from '@fortawesome/free-regular-svg-icons';
import { fab } from '@fortawesome/free-brands-svg-icons';