1
2
3
4
5
import { bookmarks } from "https://esm.town/v/chase/bookmarks";
export let mostRecentBookmark = () => {
return bookmarks.reverse()[0];
};