mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -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 () {});
|