import { View } from "react-native";
import { Link, Stack } from "expo-router";
import BookmarkList from "@/components/bookmarks/BookmarkList";
import { Link as LinkIcon, SquarePen } from "lucide-react-native";
function HeaderRight() {
return (
);
}
export default function Home() {
return (
<>
,
}}
/>
>
);
}