mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Remove non-existing import
This commit is contained in:
parent
97ac06f7d6
commit
07b4628f40
|
@ -12,7 +12,7 @@ import { Li, Ol, Ul } from './components/list'
|
||||||
import Section, { Hr } from './components/section'
|
import Section, { Hr } from './components/section'
|
||||||
import { Table, Td, Th, Tr, Tx } from './components/table'
|
import { Table, Td, Th, Tr, Tx } from './components/table'
|
||||||
import Tag from './components/tag'
|
import Tag from './components/tag'
|
||||||
import { Abbr, H2, H3, H4, H5, Help, Paragraph } from './components/typography'
|
import { Abbr, H2, H3, H4, H5, Help } from './components/typography'
|
||||||
import { Integration, IntegrationLogo } from './widgets/integration'
|
import { Integration, IntegrationLogo } from './widgets/integration'
|
||||||
import Project from './widgets/project'
|
import Project from './widgets/project'
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@ export const remarkComponents = {
|
||||||
createElement: React.createElement,
|
createElement: React.createElement,
|
||||||
components: {
|
components: {
|
||||||
a: Link,
|
a: Link,
|
||||||
p: Paragraph,
|
|
||||||
pre: Pre,
|
pre: Pre,
|
||||||
// code: Code,
|
// code: Code,
|
||||||
code: InlineCode,
|
code: InlineCode,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user