chore: clean cache
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
export const isValidEmail = (email: string): boolean => {
|
||||
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/
|
||||
return emailRegex.test(email)
|
||||
}
|
||||
Reference in New Issue
Block a user