Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoTestModulesJS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/assets/core/util/hello5.js')
-rw-r--r--mod2/assets/core/util/hello5.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod2/assets/core/util/hello5.js b/mod2/assets/core/util/hello5.js
new file mode 100644
index 0000000..03ba50b
--- /dev/null
+++ b/mod2/assets/core/util/hello5.js
@@ -0,0 +1,3 @@
+export function hello5() {
+ return `Hello5 from mod2.`;
+}