We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679df37 commit 2405c09Copy full SHA for 2405c09
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hook-scroll",
3
- "version": "0.1.13",
+ "version": "0.1.14",
4
"description": "scroll UI library that can be used in React projects.",
5
"repository": "imb96/react-hook-scroll",
6
"keywords": [
src/lib/ScrollToTop/ScrollToTop.jsx
@@ -1,3 +1,4 @@
+import React from "react";
import { useScrollToTop } from "./ScrollToTop.hook";
import "./ScrollToTop.styles.css";
0 commit comments