Remove unused component

The component is no longer necessary after 7f2ea20fee
This commit is contained in:
Marcus Blättermann 2022-11-17 17:31:45 +01:00
parent 5a5fe19841
commit a796469322
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 1 additions and 7 deletions

View File

@ -65,7 +65,7 @@ import { Colors, Patterns } from 'widgets/styleguide'
## Typography {#typography}
import { H1, H2, H3, H4, H5, Label, InlineList, Comment } from
import { H1, H2, H3, H4, H5, Label, InlineList } from
'components/typography'
> #### Markdown

View File

@ -70,12 +70,6 @@ export const Help = ({ children, className, size = 16 }) => (
</span>
)
/**
* Allows inserting comments that will appear in .md preview on GitHub, but
* won't be included in the final build of the site.
*/
export const Comment = () => null
const Permalink = ({ id, children }) =>
!id ? (
<span className={headingTextClassName}>{children}</span>