6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
// Services
|
|
export { ValidationSrv } from './services/ValidationSrv';
|
|
|
|
// Components
|
|
export * from './components/UploadDashboard';
|