add error helper

This commit is contained in:
Elijah Duffy
2025-07-16 17:29:07 -07:00
parent 8d12c1b05d
commit f55943d474
2 changed files with 60 additions and 0 deletions

View File

@@ -38,3 +38,4 @@ export {
ToolbarGroup,
Toolbar
} from './Toolbar';
export { type GraphError, type RawError, ErrorMessage } from './error';