diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-26 08:47:29 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-26 08:47:29 +0200 |
| commit | aa13f322e2d59fdc3c50371572c0cad443b798ec (patch) | |
| tree | 3b3f735f3f49d778366f5ee0f2b00a3c0159a3f5 /src/modules/dummy.ts | |
| parent | 28497b06e208cd8fd4aa94756c7a5626c18d9878 (diff) | |
| download | IRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.tar.gz IRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.tar.zst IRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.zip | |
Version 1.0.0
Diffstat (limited to 'src/modules/dummy.ts')
| -rw-r--r-- | src/modules/dummy.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/dummy.ts b/src/modules/dummy.ts deleted file mode 100644 index 103f8b7..0000000 --- a/src/modules/dummy.ts +++ /dev/null @@ -1,4 +0,0 @@ -export default function moduleFunction(arg: string) { - console.log("From dummy component"); - return arg + " Module"; -}
\ No newline at end of file |
