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 { maybe } from "@saleor/misc";
|
||||
import { ListActions, ReorderEvent, UserError } from "@saleor/types";
|
||||
import {
|
||||
AttributeTypeEnum,
|
||||
TaxRateType,
|
||||
WeightUnitsEnum
|
||||
} from "@saleor/types/globalTypes";
|
||||
import { AttributeTypeEnum, WeightUnitsEnum } from "@saleor/types/globalTypes";
|
||||
import {
|
||||
ProductTypeDetails_productType,
|
||||
ProductTypeDetails_taxTypes
|
||||
|
|
Loading…
Reference in a new issue