change routes and add todos

This commit is contained in:
Isaac Wise
2024-02-10 02:29:15 -06:00
parent 26997475fd
commit da0533ac36
4 changed files with 16 additions and 2 deletions
@@ -13,6 +13,7 @@ type Props = {
onClose: Function;
};
// TODO: Make this work
export default function EditLinkModal({ onClose }: Props) {
const { updateLink, updateLinksById } = useLinkStore();
const [submitLoader, setSubmitLoader] = useState(false);