diff --git a/package.json b/package.json index 196648ef..c44b0db4 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "engines": { "node": ">=20" } -} \ No newline at end of file +} diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 48ef9b95..56bd966a 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -1,4 +1,3 @@ - import { batchImportApps } from '@gkd-kit/tools'; const apps = await batchImportApps(`${import.meta.dirname}/apps`); diff --git a/src/globalGroups.ts b/src/globalGroups.ts index fa4e475c..5b071f36 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -79,4 +79,3 @@ export default defineGkdGlobalGroups([ ), }, ]); -