Sort imports
This commit is contained in:
parent
2b6b0f888d
commit
b9962f80da
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import Money from "@saleor/components/Money";
|
|||
import Skeleton from "@saleor/components/Skeleton";
|
||||
import StatusLabel from "@saleor/components/StatusLabel";
|
||||
import TableHead from "@saleor/components/TableHead";
|
||||
import { renderCollection, maybe } from "../../../misc";
|
||||
import { maybe, renderCollection } from "../../../misc";
|
||||
import { ListActions } from "../../../types";
|
||||
import { ProductDetails_product_variants } from "../../types/ProductDetails";
|
||||
import { ProductVariant_costPrice } from "../../types/ProductVariant";
|
||||
|
|
Loading…
Reference in a new issue