Fix imports
This commit is contained in:
parent
e48e0a030e
commit
7f5f0c056c
2 changed files with 3 additions and 4 deletions
|
@ -15,8 +15,7 @@ import TableCellHeader from "@saleor/components/TableCellHeader";
|
||||||
import { buttonMessages } from "@saleor/intl";
|
import { buttonMessages } from "@saleor/intl";
|
||||||
import { InvoiceFragment } from "@saleor/orders/types/InvoiceFragment";
|
import { InvoiceFragment } from "@saleor/orders/types/InvoiceFragment";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useIntl } from "react-intl";
|
import { FormattedMessage, useIntl } from "react-intl";
|
||||||
import { FormattedMessage } from "react-intl";
|
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
const useStyles = makeStyles(
|
||||||
() => ({
|
() => ({
|
||||||
|
|
|
@ -920,7 +920,7 @@ export const order = (placeholder: string): OrderDetails_order => ({
|
||||||
createdAt: "2020-06-22T13:52:05.094636+00:00",
|
createdAt: "2020-06-22T13:52:05.094636+00:00",
|
||||||
id: "SW52b2ljZTox",
|
id: "SW52b2ljZTox",
|
||||||
number: "1",
|
number: "1",
|
||||||
url: "anything"
|
url: "invoice1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
lines: [
|
lines: [
|
||||||
|
@ -1061,7 +1061,7 @@ export const draftOrder = (placeholder: string): OrderDetails_order => ({
|
||||||
createdAt: "2020-06-22T13:52:05.094636+00:00",
|
createdAt: "2020-06-22T13:52:05.094636+00:00",
|
||||||
id: "SW52b2ljZTox",
|
id: "SW52b2ljZTox",
|
||||||
number: "1",
|
number: "1",
|
||||||
url: "anything"
|
url: "invoice1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
lines: [
|
lines: [
|
||||||
|
|
Loading…
Reference in a new issue