mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
define([
|
|
'./playlists_ctrl',
|
|
'./playlistSrv',
|
|
'./playlist_edit_ctrl',
|
|
'./playlist_routes'
|
|
], function () {});
|