mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
export default function () {
|
|
return {
|
|
evaluate: () => {},
|
|
};
|
|
}
|