refactor: normalize file names in common/utils

This commit is contained in:
Wesley F. Young
2024-08-26 12:48:45 +08:00
parent af6ac26664
commit 7092894d22
25 changed files with 30 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
import { ConfigBase } from "@/common/utils/ConfigBase";
import { ConfigBase } from "@/common/utils/config-base";
import napCatDefaultConfig from '@/core/external/napcat.json';
import { NapCatCore } from '@/core';