Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zJaaal committed Oct 20, 2022
2 parents 58859b3 + 154636a commit 461f402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-scroll-utilities",
"private": false,
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"type": "module",
"main": "src/lib/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Render.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC, useRef } from "react";
import React, { FC, useRef } from "react";
import useProximity from "../hooks/useProximity";

const Render: FC<any> = ({ children, style }) => {
Expand Down

0 comments on commit 461f402

Please sign in to comment.