mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 05:51:12 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
3
lib/api/index.ts
Normal file
3
lib/api/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { apiClient } from './client';
|
||||
export { handleApiError, formatErrorForUser } from './errorHandler';
|
||||
export type { ApiError } from './errorHandler';
|
||||
Reference in New Issue
Block a user