refactor(data): move dto and schemas out of services directory

This commit is contained in:
2026-06-09 17:11:11 +08:00
parent 372b93fe45
commit 50940961ec
88 changed files with 279 additions and 356 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./auth-back-button";
export * from "./dialog";
export * from "./loading-indicator";
export * from "./mobile-shell";
export * from "./settings-section";
+21
View File
@@ -0,0 +1,21 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./auth-divider";
export * from "./auth-email-panel";
export * from "./auth-error-message";
export * from "./auth-facebook-panel";
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 "./google-sign-in-button";
export * from "./__tests__/auth-validators.test";
+5
View File
@@ -0,0 +1,5 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./chat-screen";
+5
View File
@@ -0,0 +1,5 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./sidebar-screen";
+11
View File
@@ -0,0 +1,11 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./splash-background";
export * from "./splash-button";
export * from "./splash-content";
export * from "./splash-loading";
export * from "./splash-logo";
export * from "./splash-progress";
export * from "./splash-screen";