Remove unnecessary import
This commit is contained in:
parent
708e381576
commit
94d08dde7d
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import useFormset, {
|
||||||
FormsetData
|
FormsetData
|
||||||
} from "@saleor/hooks/useFormset";
|
} from "@saleor/hooks/useFormset";
|
||||||
import { OrderRefundData_order } from "@saleor/orders/types/OrderRefundData";
|
import { OrderRefundData_order } from "@saleor/orders/types/OrderRefundData";
|
||||||
import { FulfillmentStatus } from "@saleor/types/globalTypes";
|
|
||||||
import handleFormSubmit from "@saleor/utils/handlers/handleFormSubmit";
|
import handleFormSubmit from "@saleor/utils/handlers/handleFormSubmit";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue