mirror of https://github.com/grafana/grafana.git
11 lines
313 B
TypeScript
11 lines
313 B
TypeScript
|
export const renderGeneratedFileBanner = (themeFile: string, templateFile: string) => `/***
|
||
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
||
|
*
|
||
|
* Do not modify this file!
|
||
|
* - Edit ${themeFile} to regenerate
|
||
|
* - Edit ${templateFile} to update template
|
||
|
*
|
||
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
||
|
*/
|
||
|
`;
|