mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
chore(cp-frontend): assert nsc
imports are after sc
's
nsc = normalized-styled-components sc = styled-components
This commit is contained in:
parent
8295bd6882
commit
5fb69bec22
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user