diff --git a/src/main/utils/shortKeyHandler.ts b/src/main/utils/shortKeyHandler.ts index 329b484..7a7a4ef 100644 --- a/src/main/utils/shortKeyHandler.ts +++ b/src/main/utils/shortKeyHandler.ts @@ -9,7 +9,7 @@ import { import logger from './logger' import GuiApi from './guiApi' import db from '#/datastore' -import shortKeyService from './shortkeyService' +import shortKeyService from './shortKeyService' import picgo from './picgo' class ShortKeyHandler { diff --git a/src/main/utils/shortkeyService.ts b/src/main/utils/shortKeyService.ts similarity index 100% rename from src/main/utils/shortkeyService.ts rename to src/main/utils/shortKeyService.ts