Skip to content

Commit 35869da

Browse files
authored
Update Header.js
1 parent c4c63ab commit 35869da

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
import React from 'react'
21
import Link from 'next/link'
32

4-
const styles = {
5-
a: {
6-
marginRight: 10
7-
}
8-
}
9-
103
export default () => (
114
<div>
125
<Link href='/'>
@@ -18,3 +11,9 @@ export default () => (
1811
</Link>
1912
</div>
2013
)
14+
15+
const styles = {
16+
a: {
17+
marginRight: 10
18+
}
19+
}

0 commit comments

Comments
 (0)