feat(admin,admin-ui,medusa): Add Medusa Admin plugin (#3334)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { DiscountConditionOperator } from "@medusajs/medusa"
|
||||
import { renderHook } from "@testing-library/react-hooks"
|
||||
import { renderHook } from "@testing-library/react-hooks/dom"
|
||||
import { fixtures } from "../../../../mocks/data"
|
||||
import {
|
||||
useAdminAddDiscountConditionResourceBatch,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { renderHook } from "@testing-library/react-hooks"
|
||||
import { renderHook } from "@testing-library/react-hooks/dom"
|
||||
import { fixtures } from "../../../../mocks/data"
|
||||
import {
|
||||
useAdminDiscount,
|
||||
|
||||
Reference in New Issue
Block a user