diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 01:00:37 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 01:00:37 +0200 |
| commit | b896880f0a1d08f1e46f69676bab95af6ec44b50 (patch) | |
| tree | 09a19e3f1c05845e6e88f17f5b824b8656ca1828 /src/modules/dummy.ts | |
| download | IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.gz IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.zst IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.zip | |
Initial commit
Diffstat (limited to 'src/modules/dummy.ts')
| -rw-r--r-- | src/modules/dummy.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/dummy.ts b/src/modules/dummy.ts new file mode 100644 index 0000000..103f8b7 --- /dev/null +++ b/src/modules/dummy.ts @@ -0,0 +1,4 @@ +export default function moduleFunction(arg: string) { + console.log("From dummy component"); + return arg + " Module"; +}
\ No newline at end of file |
