Fix import path in Register

Corrected the import path for auth.utils in Register.tsx to resolve module not found error.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 13:51:31 +00:00
parent 30d214b367
commit 4a39c61976
2 changed files with 0 additions and 22 deletions

View File

@@ -5,4 +5,3 @@ export * from './networkUtils';
export * from './responseUtils';
export * from './validationUtils';
export * from './handleNetworkError';