fix import order

This commit is contained in:
August Skare
2018-11-20 15:27:56 +01:00
parent 339ec3e8eb
commit f360b2edd6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import * as _ from 'lodash';
import * as React from 'react';
import styled from 'styled-components';
import * as _ from 'lodash';
import { colors } from 'ts/variables';