Skip to content

Commit

Permalink
add use client
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Oct 12, 2024
1 parent 9945d68 commit f91e8f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client"

import { useCreateEventMutation } from "@/services/Admin/AdminMutations"
import AdminEventView from "./AdminEventView"
import StorageService from "@/services/Storage/StorageService"
Expand Down

0 comments on commit f91e8f3

Please sign in to comment.