Remove references to @framework and use relative paths instead

This commit is contained in:
tniezg
2021-08-30 12:27:15 +02:00
parent c86915080e
commit 490f94b515
15 changed files with 27 additions and 31 deletions

View File

@@ -3,8 +3,8 @@ import type { CommerceAPI } from '@commerce/api'
import type { GetAPISchema } from '@commerce/api'
import checkoutEndpoint from '@commerce/api/endpoints/checkout'
import type { CheckoutSchema } from '@commerce/types/checkout'
import type { SpreeApiProvider } from '@framework/api'
import checkout from './checkout'
import { SpreeApiProvider } from '../..'
export type CheckoutAPI = GetAPISchema<
CommerceAPI<SpreeApiProvider>,