mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
* Migration: snapshots list * chore: converted SnapshotListPage to functional component * fix: dependencies for doRemoveSnapshot
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
// Services
|
|
export { ValidationSrv } from './services/ValidationSrv';
|
|
|
|
// Components
|
|
export * from './components/UploadDashboard';
|