Fix: Merging issues

This commit is contained in:
Pontus Dreij
2024-12-13 09:51:35 +01:00
parent c2b4d8abcf
commit 20cbb4b0a0
5 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
import { type RefObject,useEffect,useState } from "react"
import { type RefObject, useEffect, useState } from "react"
interface UseScrollToTopProps {
threshold: number