diff --git a/frontends/nextjs/src/lib/errors/format-error.test.ts b/frontends/nextjs/src/lib/errors/format-error.test.ts index ebd7980fb..2fa0ea29a 100644 --- a/frontends/nextjs/src/lib/errors/format-error.test.ts +++ b/frontends/nextjs/src/lib/errors/format-error.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' -import { DBALError, DBALErrorCode } from '@/dbal/development/src/core/foundation/errors' +import { DBALError, DBALErrorCode } from '@/dbal/core/foundation/errors' import { formatError } from './format-error'