feat(lib): export ErrorBoundary from lib

This commit is contained in:
Hein
2026-02-02 13:16:06 +02:00
parent a62036bb5a
commit 9c78dac495
3 changed files with 19 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
export * from './Boxer';
export * from './ErrorBoundary';
export * from './Former';
export * from './FormerControllers';
export * from './Gridler';