Skip to content

Commit

Permalink
Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 26, 2024
1 parent 4a0e788 commit 3072898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/DeleteAccountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
type RetrieveUserResult,
useDestroyIndependentUserMutation,
useLazyValidatePasswordQuery,
} from "../../api/user.ts"
} from "../../api/user"
import { paths } from "../../routes"

const ConfirmDialog: FC<{
Expand Down

0 comments on commit 3072898

Please sign in to comment.