aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app/dashboard/(tabs)/index.tsx
blob: 07516f3bfde3e62560accd75514093a0a34f3c02 (plain) (blame)
1
2
3
4
5
import BookmarkList from "@/components/bookmarks/BookmarkList";

export default function Home() {
  return <BookmarkList archived={false} />;
}