slate/components/core/Auth/index.js
2021-06-08 15:53:30 -07:00

6 lines
365 B
JavaScript

export { default as Signin } from "~/components/core/Auth/Signin";
export { default as Signup } from "~/components/core/Auth/Signup";
export { default as Initial } from "~/components/core/Auth/Initial";
export { default as TwitterSignup } from "~/components/core/Auth/TwitterSignup";
export { default as ResetPassword } from "~/components/core/Auth/ResetPassword";