Fix imports order

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-18 10:56:23 +02:00
parent c276096041
commit 42606d0c6a

View file

@ -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: {