mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +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}
|
## Typography {#typography}
|
||||||
|
|
||||||
import {
|
import { H1, H2, H3, H4, H5, Label, InlineList } from 'components/typography'
|
||||||
H1,
|
|
||||||
H2,
|
|
||||||
H3,
|
|
||||||
H4,
|
|
||||||
H5,
|
|
||||||
Label,
|
|
||||||
InlineList,
|
|
||||||
Comment,
|
|
||||||
} from 'components/typography'
|
|
||||||
|
|
||||||
> #### Markdown
|
> #### Markdown
|
||||||
>
|
>
|
||||||
|
|
|
@ -70,12 +70,6 @@ export const Help = ({ children, className, size = 16 }) => (
|
||||||
</span>
|
</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 }) =>
|
const Permalink = ({ id, children }) =>
|
||||||
!id ? (
|
!id ? (
|
||||||
<span className={headingTextClassName}>{children}</span>
|
<span className={headingTextClassName}>{children}</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user