Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BK2004 committed Sep 8, 2024
1 parent 5962921 commit 518ef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/manage/[clubId]/create/TimeSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use client'
import { useEffect, useState } from "react";
import { useEffect } from "react";
import type {
UseFormRegister,
UseFormSetValue,
Expand Down

0 comments on commit 518ef41

Please sign in to comment.