forgot use client dir

This commit is contained in:
zmeyer44 2023-10-17 17:46:55 -04:00
parent a4bad206de
commit a04f219158

View File

@ -1,3 +1,4 @@
"use client";
import { useModal } from "@/app/_providers/modal/provider";
import NewEventModal from "@/components/Modals/NewEvent";
import { RiAddFill } from "react-icons/ri";