diff --git a/packages/core/test/abi-types.test.ts b/packages/core/test/abi-types.test.ts index 12b2119..cba0c24 100644 --- a/packages/core/test/abi-types.test.ts +++ b/packages/core/test/abi-types.test.ts @@ -8,8 +8,8 @@ import type { // ClarityAbiType, ClarityAbiTypeUInt128, ClarityAbiTypeBool, -} from '@clarigen/core'; -import { contractsFactory } from '@clarigen/core'; +} from '../src'; +import { contractsFactory } from '../src'; import { test, expect } from 'vitest'; export type ClarityAbiType = ClarityAbiTypeTuple | ClarityAbiTypeUInt128 | ClarityAbiTypeBool;