Merge development (#86)

This commit is contained in:
John Wu
2021-09-13 09:15:20 -07:00
committed by GitHub
parent 74eb2707a3
commit 680280dbf2
32 changed files with 465 additions and 466 deletions

View File

@@ -0,0 +1,6 @@
const grafanaAPI = {
getCarsCount: async () => 500,
getSignalsCount: async () => 1234567890,
};
export default grafanaAPI;