Remove non-existing import

This commit is contained in:
Marcus Blättermann 2022-11-13 23:32:29 +01:00
parent 97ac06f7d6
commit 07b4628f40
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -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,