refactor(data): move dto and schemas out of services directory
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user