5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export * from './auth';
|
|
export * from './onboard';
|
|
export * from './kyc';
|
|
export * from './dashboard';
|