import Item from "components/bookmarks/item"; export default function List({ bookmarks }) { return ( ); }