diff --git a/frontends/nextjs/src/lib/types-lib/builder-types.ts b/frontends/nextjs/src/lib/types-lib/builder-types.ts index 974a9abbf..b53a49eec 100644 --- a/frontends/nextjs/src/lib/types-lib/builder-types.ts +++ b/frontends/nextjs/src/lib/types-lib/builder-types.ts @@ -1 +1 @@ -export * from './types/builder-types' +export * from '../types/builder-types' diff --git a/frontends/nextjs/src/lib/types-lib/schema-types.ts b/frontends/nextjs/src/lib/types-lib/schema-types.ts index 9d45de358..a844a0896 100644 --- a/frontends/nextjs/src/lib/types-lib/schema-types.ts +++ b/frontends/nextjs/src/lib/types-lib/schema-types.ts @@ -1 +1 @@ -export * from './types/schema-types' +export * from '../types/schema-types'