Fix imports order
This commit is contained in:
parent
c276096041
commit
42606d0c6a
1 changed files with 1 additions and 1 deletions
|
@ -6,9 +6,9 @@ import ControlledCheckbox from "@saleor/components/ControlledCheckbox";
|
|||
import Hr from "@saleor/components/Hr";
|
||||
import { ChangeEvent } from "@saleor/hooks/useForm";
|
||||
import { WebhookEventTypeEnum } from "@saleor/types/globalTypes";
|
||||
import { toggle } from "@saleor/utils/lists";
|
||||
import React from "react";
|
||||
import { useIntl } from "react-intl";
|
||||
import { toggle } from "@saleor/utils/lists";
|
||||
|
||||
interface WebhookEventsProps {
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue