Remove unused import
This commit is contained in:
parent
5c42b3cf23
commit
a647dfbc2a
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ import useStateFromProps from "@saleor/hooks/useStateFromProps";
|
||||||
import { sectionNames } from "@saleor/intl";
|
import { sectionNames } from "@saleor/intl";
|
||||||
import { maybe } from "@saleor/misc";
|
import { maybe } from "@saleor/misc";
|
||||||
import { ListActions, ReorderEvent, UserError } from "@saleor/types";
|
import { ListActions, ReorderEvent, UserError } from "@saleor/types";
|
||||||
import {
|
import { AttributeTypeEnum, WeightUnitsEnum } from "@saleor/types/globalTypes";
|
||||||
AttributeTypeEnum,
|
|
||||||
TaxRateType,
|
|
||||||
WeightUnitsEnum
|
|
||||||
} from "@saleor/types/globalTypes";
|
|
||||||
import {
|
import {
|
||||||
ProductTypeDetails_productType,
|
ProductTypeDetails_productType,
|
||||||
ProductTypeDetails_taxTypes
|
ProductTypeDetails_taxTypes
|
||||||
|
|
Loading…
Reference in a new issue