chore: Remove lint warnings in example-diagram

This commit is contained in:
Sidharth Vinod
2023-07-06 11:58:55 +05:30
parent db30f21ac5
commit aaec16ed6c
4 changed files with 3 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ export const setInfo = (inf) => {
info = inf;
};
/** @returns Returns the info flag */
export const getInfo = () => {
return info;
};