From f575cba7d37b2fbb21c3cee8fb89e262f1fa09a1 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 5 Mar 2023 16:54:24 -0600 Subject: [PATCH] apply lint --- gui/src/main.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gui/src/main.tsx b/gui/src/main.tsx index c1ac0100..06e1af1c 100644 --- a/gui/src/main.tsx +++ b/gui/src/main.tsx @@ -1,5 +1,4 @@ import { mustDefault, mustExist, timeout, TimeoutError } from '@apextoaster/js-utils'; -import { Box, CircularProgress } from '@mui/material'; import { createLogger, Logger } from 'browser-bunyan'; import i18n from 'i18next'; import LanguageDetector from 'i18next-browser-languagedetector'; @@ -18,15 +17,7 @@ import { ServerParamsError } from './components/error/ServerParams.js'; import { LoadingScreen } from './components/LoadingScreen.js'; import { OnnxError } from './components/OnnxError.js'; import { OnnxWeb } from './components/OnnxWeb.js'; -import { - Config, - getApiRoot, - isDebug, - loadConfig, - mergeConfig, - PARAM_VERSION, - ServerParams, -} from './config.js'; +import { Config, getApiRoot, isDebug, loadConfig, mergeConfig, PARAM_VERSION, ServerParams } from './config.js'; import { ClientContext, ConfigContext,