diff --git a/compiler/apps/playground/hooks/index.ts b/compiler/apps/playground/hooks/index.ts index 99ef8f9936b41..df212c728868c 100644 --- a/compiler/apps/playground/hooks/index.ts +++ b/compiler/apps/playground/hooks/index.ts @@ -6,3 +6,4 @@ */ export {default as useMountEffect} from './useMountEffect'; +export {default as useEmailValidator} from './useEmailValidator.ts'