Skip to content

Commit d3d2ac2

Browse files
committed
formating removed-85
1 parent 239d914 commit d3d2ac2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

client/packages/lowcoder/src/index.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
import 'core-js/actual';
2-
import ResizeObserver from 'resize-observer-polyfill';
3-
import numbro from 'numbro';
4-
import Papa from 'papaparse';
5-
import * as uuid from 'uuid';
6-
import 'regenerator-runtime/runtime';
7-
import 'virtual:globals';
8-
import {debug} from 'loglevel';
9-
import {bootstrap} from './app';
10-
import './index.less';
11-
import log from 'loglevel';
12-
import 'antd-mobile/es/global';
1+
import "core-js/actual";
2+
import ResizeObserver from "resize-observer-polyfill";
3+
import numbro from "numbro";
4+
import Papa from "papaparse";
5+
import * as uuid from "uuid";
6+
import "regenerator-runtime/runtime";
7+
import "virtual:globals";
8+
import { debug } from "loglevel";
9+
import { bootstrap } from "./app";
10+
import "./index.less";
11+
import log from "loglevel";
12+
import "antd-mobile/es/global";
1313
import 'animate.css';
1414

1515
window.numbro = numbro;
@@ -23,7 +23,7 @@ if (!window.ResizeObserver) {
2323

2424
function hideLoading() {
2525
// hide loading
26-
const node = document.getElementById('loading');
26+
const node = document.getElementById("loading");
2727
if (node) {
2828
// @ts-ignore
2929
node.style.opacity = 0;
@@ -35,7 +35,7 @@ debug(`REACT_APP_LANGUAGES:, ${REACT_APP_LANGUAGES}`);
3535
debug(`REACT_APP_API_HOST:, ${REACT_APP_API_HOST}`);
3636
debug(`REACT_APP_ENV:, ${REACT_APP_ENV}`);
3737
debug(`REACT_APP_LOG_LEVEL:, ${REACT_APP_LOG_LEVEL}`);
38-
38+
3939
try {
4040
bootstrap();
4141
hideLoading();

0 commit comments

Comments
 (0)