chore(cp-frontend): assert `nsc` imports are after `sc`'s

nsc = normalized-styled-components
sc = styled-components
This commit is contained in:
Sérgio Ramos 2017-05-25 13:15:18 +01:00
parent 8295bd6882
commit 5fb69bec22
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { Img } from 'normalized-styled-components';
import styled from 'styled-components';
import { Img } from 'normalized-styled-components';
import remcalc from 'remcalc';
import unitcalc from 'unitcalc';