Skip to content

Commit 2405c09

Browse files
committed
chore: v0.1.14
ScrollToTop.jsx import React
1 parent 679df37 commit 2405c09

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-scroll",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "scroll UI library that can be used in React projects.",
55
"repository": "imb96/react-hook-scroll",
66
"keywords": [

src/lib/ScrollToTop/ScrollToTop.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from "react";
12
import { useScrollToTop } from "./ScrollToTop.hook";
23
import "./ScrollToTop.styles.css";
34

0 commit comments

Comments
 (0)