mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
let templates = (require as any).context('../', true, /\.html$/);
|
|
templates.keys().forEach(key => {
|
|
templates(key);
|
|
});
|