From 07b4628f40e421e1decf96942b80e392b86096c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Sun, 13 Nov 2022 23:32:29 +0100 Subject: [PATCH] Remove non-existing import --- website/src/markdown.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/src/markdown.js b/website/src/markdown.js index 4924dd5c6..cdcdea665 100644 --- a/website/src/markdown.js +++ b/website/src/markdown.js @@ -12,7 +12,7 @@ import { Li, Ol, Ul } from './components/list' import Section, { Hr } from './components/section' import { Table, Td, Th, Tr, Tx } from './components/table' 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 Project from './widgets/project' @@ -20,7 +20,6 @@ export const remarkComponents = { createElement: React.createElement, components: { a: Link, - p: Paragraph, pre: Pre, // code: Code, code: InlineCode,