Skip to content

Commit 4646b48

Browse files
committed
fix
1 parent 4098957 commit 4646b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard/src/components/forms/APIServiceForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client"
22

3-
import { useEffect, useState } from "react"
3+
import { useState } from "react"
44
import { zodResolver } from "@hookform/resolvers/zod"
55
import { useForm } from "react-hook-form"
66
import * as z from "zod"

0 commit comments

Comments
 (0)