chore(web): remove unused code

This commit is contained in:
Luke
2023-02-13 21:24:33 +01:00
parent f166c1675e
commit 14341a0343
12 changed files with 7 additions and 26 deletions

View File

@@ -2,14 +2,12 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import { theme } from './theme';
import { fas } from '@fortawesome/free-solid-svg-icons';
import { far } from '@fortawesome/free-regular-svg-icons';
import { fab } from '@fortawesome/free-brands-svg-icons';
import { library } from '@fortawesome/fontawesome-svg-core';
import { isEnvBrowser } from './utils/misc';
import LocaleProvider from './providers/LocaleProvider';
import { MantineProvider } from '@mantine/core';
import ConfigProvider from './providers/ConfigProvider';
library.add(fas, far, fab);