Skip to content

Commit

Permalink
fix: ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boutzi committed Oct 9, 2024
1 parent 5c3f8cc commit c7b79c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/_components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Section } from "./Section";
import { Textarea } from "./ui/textarea";
import { Button } from "./ui/button";
import { Input } from "./ui/input";
import { useState } from "react";

export const Form = () => {
// const [ sentStatus, setSentStatus ] = useState(false)
Expand Down

0 comments on commit c7b79c9

Please sign in to comment.