🎨 import sorting

This commit is contained in:
Tw93
2023-06-22 21:24:17 +08:00
parent e1cd40277f
commit 6464377464
8 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import log from 'loglevel';
import chalk from 'chalk';
import log from 'loglevel';
const logger = {
info(...msg: any[]) {