Skip to content

Commit da8400d

Browse files
Fix prop-types usage
1 parent b18cc6f commit da8400d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/heading.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, { forwardRef, useContext } from 'react'
2+
import PropTypes from 'prop-types'
23

34
import { Heading } from '../elements'
45
import Context from './context'

0 commit comments

Comments
 (0)