diff --git a/frontends/nextjs/src/lib/packages/loader/get-installed-package-ids.ts b/frontends/nextjs/src/lib/packages/loader/get-installed-package-ids.ts index ed3bee05a..8f6368939 100644 --- a/frontends/nextjs/src/lib/packages/loader/get-installed-package-ids.ts +++ b/frontends/nextjs/src/lib/packages/loader/get-installed-package-ids.ts @@ -1,4 +1,4 @@ -import { PACKAGE_CATALOG } from '../package-catalog' +import { PACKAGE_CATALOG } from '../../package-lib/package-catalog' /** * Get list of all installed package IDs from the catalog