chore: introduce imports ordering (#5463)
This commit is contained in:
committed by
GitHub
parent
30f0e7b031
commit
dbf2920254
@ -8,7 +8,6 @@ import Container from '../components/container';
|
||||
import MetaInfo from '../components/meta-info';
|
||||
import Page from '../components/page';
|
||||
import Lead from '../components/lead';
|
||||
|
||||
import theme from '../theme';
|
||||
|
||||
function Blog({ data }) {
|
||||
|
@ -13,7 +13,6 @@ import Lead from '../components/lead';
|
||||
import Features from '../components/features';
|
||||
import HomeSection from '../components/home-section';
|
||||
import Grid from '../components/grid';
|
||||
|
||||
import theme from '../theme';
|
||||
import { mq } from '../utils';
|
||||
|
||||
|
Reference in New Issue
Block a user