From 42606d0c6ad16308f15e6fb8222f5a8343181578 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Fri, 18 Oct 2019 10:56:23 +0200 Subject: [PATCH] Fix imports order --- src/webhooks/components/WebhookEvents/WebhookEvents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webhooks/components/WebhookEvents/WebhookEvents.tsx b/src/webhooks/components/WebhookEvents/WebhookEvents.tsx index 5ae897912..0faa64c41 100644 --- a/src/webhooks/components/WebhookEvents/WebhookEvents.tsx +++ b/src/webhooks/components/WebhookEvents/WebhookEvents.tsx @@ -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: {