Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

Commit 47e3bdc

Browse files
authored
Merge pull request #12 from smashingboxes/feature/export-policy-guide-page
Export PolicyGuidePage
2 parents 150b34f + a2ed2c4 commit 47e3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const scrollToHash = () => {
4949
}
5050
}
5151

52-
const PolicyGuidePage = ({ url }) => {
52+
export const PolicyGuidePage = ({ url }) => {
5353
return (
5454
<div className="docs-content">
5555
<LazyHTML url={url} onUpdate={scrollToHash}/>

0 commit comments

Comments
 (0)