Skip to content

Commit

Permalink
Refactor: Remove unused import in FromInput component
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodimup committed Oct 12, 2024
1 parent c960db8 commit 0e2e7fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import { Button } from "@/components/ui/button";
import { Form } from "@/components/ui/form";
import { Input } from "@/components/ui/input";
import { useRouter } from "next/navigation";
import { useState } from "react";
Expand Down

0 comments on commit 0e2e7fc

Please sign in to comment.