mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
define([
|
|
'./playlists_ctrl',
|
|
'./playlist_search',
|
|
'./playlist_srv',
|
|
'./playlist_edit_ctrl',
|
|
'./playlist_routes'
|
|
], function () {});
|