Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
dabigjoe6 committed Aug 27, 2023
1 parent 7d4f11d commit 3bb2c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/auth/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as Container } from "./container";
export { default as Form } from "./form";
export { default as H2 } from "./h2";
export { default as H4 } from "./h4";
export { default as GoogleSignIn } from './google-signin';
export { default as EmailSignIn } from './email-signin';
export { default as EmailSignIn } from './email-signin';
export { default as Container } from "./container";

0 comments on commit 3bb2c3a

Please sign in to comment.