{"version":3,"file":"PlaylistStartPage.8be462b13a24cddee188.js","mappings":"+IAOe,SAASA,EAAkB,CAAE,MAAAC,CAAM,EAAU,CAC1D,YAAY,MAAMA,EAAM,OAAO,GAAG,EAC3B,IACT,C","sources":["webpack://grafana/./public/app/features/playlist/PlaylistStartPage.tsx"],"sourcesContent":["import { GrafanaRouteComponentProps } from 'app/core/navigation/types';\n\nimport { playlistSrv } from './PlaylistSrv';\n\ninterface Props extends GrafanaRouteComponentProps<{ uid: string }> {}\n\n// This is a react page that just redirects to new URLs\nexport default function PlaylistStartPage({ match }: Props) {\n playlistSrv.start(match.params.uid);\n return null;\n}\n"],"names":["PlaylistStartPage","match"],"sourceRoot":""}