Skip to content

Commit f491496

Browse files
committed
chore: fix lint
1 parent eb5903a commit f491496

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

common/utils/http/fetch_.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Loading } from '#common/utils/loading/loading.js'
21
import ora from 'ora'
32

43
/**

common/utils/loading/loading.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import chalk from 'chalk'
2+
23
export class Loading {
34
text = 'loading...'
45
constructor(text) {

0 commit comments

Comments
 (0)