Sort imports
This commit is contained in:
parent
6fd1290273
commit
77982d9c35
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import Table from "@material-ui/core/Table";
|
|
||||||
import makeStyles from "@material-ui/core/styles/makeStyles";
|
import makeStyles from "@material-ui/core/styles/makeStyles";
|
||||||
|
import Table from "@material-ui/core/Table";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
const useStyles = makeStyles(
|
||||||
|
|
|
@ -20,10 +20,10 @@ import Checkbox from "@saleor/components/Checkbox";
|
||||||
import ConfirmButton, {
|
import ConfirmButton, {
|
||||||
ConfirmButtonTransitionState
|
ConfirmButtonTransitionState
|
||||||
} from "@saleor/components/ConfirmButton";
|
} from "@saleor/components/ConfirmButton";
|
||||||
|
import ResponsiveTable from "@saleor/components/ResponsiveTable";
|
||||||
import useElementScroll, {
|
import useElementScroll, {
|
||||||
isScrolledToBottom
|
isScrolledToBottom
|
||||||
} from "@saleor/hooks/useElementScroll";
|
} from "@saleor/hooks/useElementScroll";
|
||||||
import ResponsiveTable from "@saleor/components/ResponsiveTable";
|
|
||||||
import useModalDialogErrors from "@saleor/hooks/useModalDialogErrors";
|
import useModalDialogErrors from "@saleor/hooks/useModalDialogErrors";
|
||||||
import useModalDialogOpen from "@saleor/hooks/useModalDialogOpen";
|
import useModalDialogOpen from "@saleor/hooks/useModalDialogOpen";
|
||||||
import useSearchQuery from "@saleor/hooks/useSearchQuery";
|
import useSearchQuery from "@saleor/hooks/useSearchQuery";
|
||||||
|
|
Loading…
Reference in a new issue