merge + remove underlines in search results
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
import { useInView } from "react-intersection-observer";
|
||||
import Icon from "../general/Icon";
|
||||
import { Icon } from "../general/Icon";
|
||||
|
||||
export const ToTop = () => {
|
||||
const scrollToTop = () => {
|
||||
|
Reference in New Issue
Block a user