diff --git a/frontends/nextjs/src/lib/dbal/database-dbal/core/initialize-dbal.server.ts b/frontends/nextjs/src/lib/dbal/database-dbal/core/initialize-dbal.server.ts index b51563210..2b29a625c 100644 --- a/frontends/nextjs/src/lib/dbal/database-dbal/core/initialize-dbal.server.ts +++ b/frontends/nextjs/src/lib/dbal/database-dbal/core/initialize-dbal.server.ts @@ -1,9 +1,9 @@ import 'server-only' -import { DBALClient as StubDBALClient } from '@/lib/dbal-stub' -import type { DBALConfig as StubDBALConfig } from '@/lib/dbal-stub' -import { DBALClient as RealDBALClient } from '@/dbal/development/src' -import type { DBALConfig as RealDBALConfig } from '@/dbal/development/src/runtime/config' +import { DBALClient as StubDBALClient } from '@/lib/dbal/dbal-stub' +import type { DBALConfig as StubDBALConfig } from '@/lib/dbal/dbal-stub' +import { DBALClient as RealDBALClient } from '@/dbal' +import type { DBALConfig as RealDBALConfig } from '@/dbal/runtime/config' import { dbalState } from './dbal-state.server' /**