mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
|
var templates = (<any>require).context('../', true, /\.html$/);
|
||
|
templates.keys().forEach(function(key) {
|
||
|
templates(key);
|
||
|
});
|