refactor(app): move route screens out of components
Exclude test and spec files from generated barrels so page imports do not load test modules at runtime.
This commit is contained in:
@@ -11,11 +11,9 @@ export * from "./auth-legal-text";
|
||||
export * from "./auth-other-options-dialog";
|
||||
export * from "./auth-panel";
|
||||
export * from "./auth-primary-button";
|
||||
export * from "./auth-screen";
|
||||
export * from "./auth-social-button";
|
||||
export * from "./auth-social-buttons";
|
||||
export * from "./auth-text-field";
|
||||
export * from "./auth-validators";
|
||||
export * from "./email-login-form";
|
||||
export * from "./email-register-form";
|
||||
export * from "./__tests__/auth-validators.test";
|
||||
|
||||
Reference in New Issue
Block a user