Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Jan 19, 2024
1 parent 3eb4c09 commit 29e1f29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/petition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import {
import ky from "ky";
import { Alert, AlertDescription, AlertTitle } from "./ui/alert.tsx";
import { LoaderIcon, MailCheckIcon } from "lucide-react";
import { Simulate } from "react-dom/test-utils";
import reset = Simulate.reset;

const PETITION_API_URL = "https://petitions-229503.appspot.com/api/sign";

Expand All @@ -58,7 +56,7 @@ export const Petition = () => {
},
});
const {
formState: { dirtyFields, touchedFields },
formState: { dirtyFields },
setValue,
getValues,
watch,
Expand Down

0 comments on commit 29e1f29

Please sign in to comment.