Skip to content

Commit e71ad1d

Browse files
committed
chore: remove unused import
1 parent 829b331 commit e71ad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(account)/confirm-email/[token]/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use server"
22

3-
import {isFieldError, isGeneralError} from "../../../../lib/auth/guards";
3+
import {isFieldError} from "../../../../lib/auth/guards";
44

55
export const postMailConfirmationToken = async (token: string): Promise<any> => {
66
try {

0 commit comments

Comments
 (0)