Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only import type of FormEvent
  • Loading branch information
regalijan committed Mar 6, 2024
1 parent 4ad29cf commit 408b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/et-members.tsx
Expand Up @@ -29,7 +29,7 @@ import {
useDisclosure,
useToast,
} from "@chakra-ui/react";
import { FormEvent, useState } from "react";
import { type FormEvent, useState } from "react";

export async function loader({ context }: { context: RequestContext }) {
if (!context.data.current_user)
Expand Down

0 comments on commit 408b869

Please sign in to comment.