| diff --git a/src/app.ts b/src/app.ts | |
| index 1111111..2222222 100644 | |
| --- a/src/app.ts | |
| +++ b/src/app.ts | |
| @@ -1,3 +1,4 @@ | |
| export function run() { | |
| + return "rtk"; | |
| } | |
| diff --git a/src/app.ts b/src/app.ts | |
| index 1111111..2222222 100644 | |
| --- a/src/app.ts | |
| +++ b/src/app.ts | |
| @@ -1,3 +1,4 @@ | |
| export function run() { | |
| + return "rtk"; | |
| } | |