feat: optimisic updates

This commit is contained in:
Henry
2023-11-14 21:08:13 +00:00
parent decfe2dd98
commit 9660a60276
8 changed files with 181 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
import { Fragment } from "react";
import { Dialog, Transition } from "@headlessui/react";
import { useModal } from "~/app/providers";
import { useModal } from "~/app/providers/modal";
interface Props {
children: React.ReactNode;