diff --git a/view/next-project/src/components/auth/index.ts b/view/next-project/src/components/auth/index.ts new file mode 100644 index 000000000..497655285 --- /dev/null +++ b/view/next-project/src/components/auth/index.ts @@ -0,0 +1,2 @@ +export { default as SignInView } from './SignInView'; +export { default as SignUpView } from './SignUpView';