Skip to content

Commit

Permalink
feat(ui-common): add new error components ServerError, NotFoundError,…
Browse files Browse the repository at this point in the history
… and OtherError

The commit adds new error components to the ui-common package: ServerError, NotFoundError, and OtherError. These components can be used to display different types of errors in the UI, providing a more comprehensive error handling experience.
  • Loading branch information
ktun95 committed Feb 25, 2024
1 parent 1b40995 commit 613aca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui-common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ export * from "./DateDisplay"
export * from "./DictyTab"
export * from "./DictyTabs"
export * from "./Error/GraphQLErrorPage"
export * from "./Error/ServerError"
export * from "./Error/NotFoundError"
export * from "./Error/OtherError"

0 comments on commit 613aca0

Please sign in to comment.