Skip to content

Commit

Permalink
fix(docz): mdxtag import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 25, 2018
1 parent 5e0ab72 commit 4ed20bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/DocPreview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react'
import { Fragment, SFC, ComponentType } from 'react'
import { Switch, Route, RouteComponentProps } from 'react-router-dom'
import * as mdxtag from '@mdx-js/tag'
import { default as mdxtag } from '@mdx-js/tag'
import loadable from 'loadable-components'

import { dataContext, Entry, ImportMap } from '../theme'
Expand Down

0 comments on commit 4ed20bf

Please sign in to comment.