MDXTag no longer needed with @mdx-js v. 1

This commit is contained in:
Adam Dueck
2019-05-30 13:45:46 +03:00
committed by GitHub
parent e5932c7d1c
commit 339368f920

View File

@@ -45,7 +45,6 @@ module.exports = async function(source) {
let code = `
import React from 'react'
import { MDXTag } from '@mdx-js/tag'
import { mdx } from '@mdx-js/react'
export const readingTime = ${JSON.stringify(estimatedReadingTime)}
${result}