mirror of
https://github.com/Steffo99/festa.git
synced 2025-01-09 07:19:43 +00:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import useSWR from "swr";
|
|
|
|
export function useMyEvents() {
|
|
return useSWR("/api/events/mine")
|
|
}
|