mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Remove unused component
The component is no longer necessary after 7f2ea20fee
This commit is contained in:
parent
266a867acb
commit
fd9d52d7b6
|
@ -65,16 +65,7 @@ import { Colors, Patterns } from 'widgets/styleguide'
|
|||
|
||||
## Typography {#typography}
|
||||
|
||||
import {
|
||||
H1,
|
||||
H2,
|
||||
H3,
|
||||
H4,
|
||||
H5,
|
||||
Label,
|
||||
InlineList,
|
||||
Comment,
|
||||
} from 'components/typography'
|
||||
import { H1, H2, H3, H4, H5, Label, InlineList } from 'components/typography'
|
||||
|
||||
> #### Markdown
|
||||
>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user