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