Create unfinished getLocationOfTarget

This commit is contained in:
2020-04-02 01:37:06 +08:00
parent f720bcaa25
commit 5c6a2cc83b
2 changed files with 7 additions and 2 deletions

3
src/app.service.ts Normal file
View File

@ -0,0 +1,3 @@
export const getLocationOfTarget = (target: string) => {
return `Location of ${target}`;
};