Skip to content

Commit

Permalink
quickfix: remove circular dependencies in core
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Dec 13, 2024
1 parent 66646b1 commit c7a5923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { z } from 'zod'

import { CsvData, ParameterType, ProviderApiKey } from './browser'
import { ProviderApiKey } from './schema/types'
import { CsvData, ParameterType } from './constants'

const DEFAULT_OBJECT_TO_STRING_MESSAGE =
'Error: Provider returned an object that could not be stringified'
Expand Down

0 comments on commit c7a5923

Please sign in to comment.