Fix imports

This commit is contained in:
Dawid Tarasiuk 2020-06-23 11:19:21 +02:00
parent e48e0a030e
commit 7f5f0c056c
2 changed files with 3 additions and 4 deletions

View file

@ -15,8 +15,7 @@ import TableCellHeader from "@saleor/components/TableCellHeader";
import { buttonMessages } from "@saleor/intl";
import { InvoiceFragment } from "@saleor/orders/types/InvoiceFragment";
import React from "react";
import { useIntl } from "react-intl";
import { FormattedMessage } from "react-intl";
import { FormattedMessage, useIntl } from "react-intl";
const useStyles = makeStyles(
() => ({

View file

@ -920,7 +920,7 @@ export const order = (placeholder: string): OrderDetails_order => ({
createdAt: "2020-06-22T13:52:05.094636+00:00",
id: "SW52b2ljZTox",
number: "1",
url: "anything"
url: "invoice1"
}
],
lines: [
@ -1061,7 +1061,7 @@ export const draftOrder = (placeholder: string): OrderDetails_order => ({
createdAt: "2020-06-22T13:52:05.094636+00:00",
id: "SW52b2ljZTox",
number: "1",
url: "anything"
url: "invoice1"
}
],
lines: [