Skip to content

Commit

Permalink
apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 5, 2023
1 parent af05e05 commit f575cba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions gui/src/main.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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,
Expand Down

0 comments on commit f575cba

Please sign in to comment.