Finalized Event modal
This commit is contained in:
@@ -6,7 +6,7 @@ import { useSession } from "next-auth/react";
|
||||
import { useRef, useEffect, useState } from "react";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import { getEvents } from "../../../helper/events";
|
||||
import { EventCard } from "(app)/events/_components/item";
|
||||
import { EventCard } from "(app)/events/_components/EventCard";
|
||||
|
||||
const PathsOptions = ({
|
||||
selected,
|
||||
|
||||
Reference in New Issue
Block a user