Skip to content

Commit

Permalink
Export Views
Browse files Browse the repository at this point in the history
  • Loading branch information
agjs committed May 12, 2024
1 parent 21f9dc3 commit 28aa4ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Views/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { default as Onboarding } from "./Onboarding";
export { default as SuccessfulSignup } from "./Authentication/SuccessfulSignup";
export { default as PasswordChanged } from "./PasswordReset/PasswordChanged";
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ export * from "Components/Icons";
export * from "Components/Inputs";
export * from "Components/Typography";
export * from "./types";
export * from "Views";

0 comments on commit 28aa4ec

Please sign in to comment.