mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 10:34:09 +03:00
6 lines
365 B
JavaScript
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";
|