Skip to content

Commit

Permalink
fix: added ErrorPage layout back as an export
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddotes committed Feb 10, 2023
1 parent 72b2d0b commit 02c82f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@ export { Video } from "./components/Media/VideoPlayer/Video";
* YoutubePlayer Component
*/
export { YoutubePlayer } from "./components/Media/YoutubePlayer/YoutubePlayer";

/**
* Error Page
*/
export { ErrorPage } from "./stories/styles/Layouts/ErrorPage/ErrorPage";

0 comments on commit 02c82f6

Please sign in to comment.