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 Table from "@material-ui/core/Table";
|
||||
import React from "react";
|
||||
|
||||
const useStyles = makeStyles(
|
||||
|
|
|
@ -20,10 +20,10 @@ import Checkbox from "@saleor/components/Checkbox";
|
|||
import ConfirmButton, {
|
||||
ConfirmButtonTransitionState
|
||||
} from "@saleor/components/ConfirmButton";
|
||||
import ResponsiveTable from "@saleor/components/ResponsiveTable";
|
||||
import useElementScroll, {
|
||||
isScrolledToBottom
|
||||
} from "@saleor/hooks/useElementScroll";
|
||||
import ResponsiveTable from "@saleor/components/ResponsiveTable";
|
||||
import useModalDialogErrors from "@saleor/hooks/useModalDialogErrors";
|
||||
import useModalDialogOpen from "@saleor/hooks/useModalDialogOpen";
|
||||
import useSearchQuery from "@saleor/hooks/useSearchQuery";
|
||||
|
|
Loading…
Reference in a new issue