Skip to content

Commit 405e7c5

Browse files
committed
Fix for comments
1 parent 505efa0 commit 405e7c5

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
'use strict';
88

9-
import ButtonLink from '../templates/components/ButtonLink';
9+
import ButtonLink from 'components/ButtonLink';
1010
import Container from 'components/Container';
1111
import Flex from 'components/Flex';
1212
import mountCodeExample from 'utils/mountCodeExample';

src/types.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export type Node = {
2323
next?: string,
2424
prev?: string,
2525
title: string,
26-
order?: number,
2726
},
2827
html: string,
2928
id: string,

0 commit comments

Comments
 (0)