Skip to content

Commit

Permalink
Fixed export
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed May 7, 2024
1 parent a8609d9 commit f771d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/src/Hooks/useScroll.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from "react";

const getCurrentPosition = () => {
export const getCurrentPosition = () => {
const scrollLimit =
Math.max(
document.body.scrollHeight,
Expand Down

0 comments on commit f771d63

Please sign in to comment.