From 8b78f2a991abcb7a1df386628f8a0a758fef57e9 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 30 Jul 2018 16:40:34 -0700 Subject: [PATCH] Sort imports --- ui/src/sources/components/SourceForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/sources/components/SourceForm.tsx b/ui/src/sources/components/SourceForm.tsx index 809069b9f..e6fe21361 100644 --- a/ui/src/sources/components/SourceForm.tsx +++ b/ui/src/sources/components/SourceForm.tsx @@ -6,13 +6,13 @@ import _ from 'lodash' // Components import Form from 'src/reusable_ui/components/form_layout/Form' -import {Columns} from 'src/reusable_ui/types' // Constants import {insecureSkipVerifyText} from 'src/shared/copy/tooltipText' import {SUPERADMIN_ROLE} from 'src/auth/Authorized' // Types +import {Columns} from 'src/reusable_ui/types' import {Source, Role, Organization} from 'src/types' interface Me {