aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/bookmarks/archive/page.tsx
blob: 954c298c421dfad1d431f572305534b3e37befa9 (plain) (blame)
1
2
3
4
5
import Bookmarks from "../components/Bookmarks";

export default async function ArchivedBookmarkPage() {
  return <Bookmarks title="Archive" archived={true} />;
}