Merge pull request #197 from linkwarden/dev

hot fix
This commit is contained in:
Daniel 2023-10-05 19:50:35 +03:30 committed by GitHub
commit de77c4997d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
"use client";
import LinkCard from "@/components/PublicPage/LinkCard";
import useDetectPageBottom from "@/hooks/useDetectPageBottom";
import getPublicCollectionData from "@/lib/client/getPublicCollectionData";