Skip to content

Commit b821449

Browse files
committed
Add missing import
1 parent 34363ca commit b821449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ If you would rather have all share urls in one place, `getShareUrl()` can be use
180180
Example usage:
181181

182182
```jsx
183-
import { getShareUrl } from "@phntms/react-share";
183+
import { getShareUrl, SocialPlatforms } from "@phntms/react-share";
184184

185185
const Share = () => (
186186
<a

0 commit comments

Comments
 (0)