Skip to content

Commit

Permalink
fix: remove not used Link imported on news preset
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Apr 21, 2020
1 parent 77074a2 commit ebe8cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/presets/news.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-use-before-define */

import Inline from '../inline.macro'
import { Flex, Link, Box, Text, Image } from './scope'
import { Flex, Box, Text, Image } from './scope'

const code = (
<Inline>
Expand Down

0 comments on commit ebe8cf6

Please sign in to comment.