aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/list.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/components/list.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/list.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/list.tsx b/packages/dev-tools-pages/ts/components/list.tsx
index 6d4839e88..ffa7c1cf3 100644
--- a/packages/dev-tools-pages/ts/components/list.tsx
+++ b/packages/dev-tools-pages/ts/components/list.tsx
@@ -1,6 +1,6 @@
+import * as _ from 'lodash';
import * as React from 'react';
import styled from 'styled-components';
-import * as _ from 'lodash';
import { media } from 'ts/variables';