1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

Update docs/markdown.js

Co-Authored-By: emplums <emplums@github.com>
This commit is contained in:
Shawn Allen 2019-04-30 11:05:30 -07:00 committed by GitHub
parent 84e083cbea
commit e5bbf732fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import React from 'react' import React from 'react'
import {Heading, Link} from '@primer/components' import {Heading, Link} from '@primer/components'
import {CodeExample} from '@primer/blueprints/dist/next-components-index.umd.js' import {CodeExample} from '@primer/blueprints/next-components'
import Outline from './Outline' import Outline from './Outline'
export const H1 = props => <Heading fontSize={6} fontWeight="light" {...props} /> export const H1 = props => <Heading fontSize={6} fontWeight="light" {...props} />