grafana/public/app/features/manage-dashboards/index.ts
Alexander Tymchuk 702e007de4
Migration: snapshot list (#24266)
* Migration: snapshots list

* chore: converted SnapshotListPage to functional component

* fix: dependencies for doRemoveSnapshot
2020-05-06 10:11:25 +02:00

6 lines
131 B
TypeScript

// Services
export { ValidationSrv } from './services/ValidationSrv';
// Components
export * from './components/UploadDashboard';