mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 21:11:22 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
13
src-old/components/error/index.ts
Normal file
13
src-old/components/error/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Error Boundary Components (P0 #5 - Critical)
|
||||
*
|
||||
* Prevents component errors from crashing the entire application.
|
||||
* Provides user-friendly error UIs with recovery options.
|
||||
*/
|
||||
|
||||
export { ErrorBoundary } from './ErrorBoundary';
|
||||
export { AdminErrorBoundary } from './AdminErrorBoundary';
|
||||
export { EntityErrorBoundary } from './EntityErrorBoundary';
|
||||
export { RouteErrorBoundary } from './RouteErrorBoundary';
|
||||
export { ModerationErrorBoundary } from './ModerationErrorBoundary';
|
||||
export { SubmissionErrorBoundary } from './SubmissionErrorBoundary';
|
||||
Reference in New Issue
Block a user