fix(medusa-react): @medusajs/medusa-js import (#5207)
* fix(medusa-react): @medusajs/medusa-js import * Create short-wolves-breathe.md --------- Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
This commit is contained in:
6
.changeset/short-wolves-breathe.md
Normal file
6
.changeset/short-wolves-breathe.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
"medusa-react": patch
|
||||
---
|
||||
|
||||
fix(medusa-react): `@medusajs/medusa-js` import
|
||||
@@ -10,12 +10,12 @@ import {
|
||||
useQueryClient,
|
||||
} from "@tanstack/react-query"
|
||||
|
||||
import { Response } from "@medusajs/medusa-js/src"
|
||||
import { adminInventoryItemsKeys } from "../inventory-item"
|
||||
import { adminReservationsKeys } from "./queries"
|
||||
import { adminVariantKeys } from "../variants"
|
||||
import { buildOptions } from "../../utils/buildOptions"
|
||||
import { Response } from "@medusajs/medusa-js"
|
||||
import { useMedusa } from "../../../contexts"
|
||||
import { buildOptions } from "../../utils/buildOptions"
|
||||
import { adminInventoryItemsKeys } from "../inventory-item"
|
||||
import { adminVariantKeys } from "../variants"
|
||||
import { adminReservationsKeys } from "./queries"
|
||||
|
||||
export const useAdminCreateReservation = (
|
||||
options?: UseMutationOptions<
|
||||
|
||||
Reference in New Issue
Block a user