{"version":3,"file":"PlaylistStartPage.be99b491d8305611e7e4.js","mappings":"uKAQO,MAAMA,EAA+B,IAAe,IAAd,MAAEC,GAAY,EAEzD,OADAC,EAAAA,GAAAA,MAAkBD,EAAME,OAAOC,KACxB,MAGT","sources":["webpack://grafana/./public/app/features/playlist/PlaylistStartPage.tsx"],"sourcesContent":["import { FC } from 'react';\n\nimport { GrafanaRouteComponentProps } from '../../core/navigation/types';\n\nimport { playlistSrv } from './PlaylistSrv';\n\ninterface Props extends GrafanaRouteComponentProps<{ uid: string }> {}\n\nexport const PlaylistStartPage: FC = ({ match }) => {\n playlistSrv.start(match.params.uid);\n return null;\n};\n\nexport default PlaylistStartPage;\n"],"names":["PlaylistStartPage","match","playlistSrv","params","uid"],"sourceRoot":""}