Files
zellyy-finance/src/contexts/auth/auth.utils.ts
gpt-engineer-app[bot] 30d214b367 Refactor signIn and signUp
Refactor signIn.ts and signUp.ts files to improve maintainability.
2025-03-15 13:50:46 +00:00

5 lines
105 B
TypeScript

import { verifyServerConnection } from '@/utils/auth/networkUtils';
export { verifyServerConnection };