blob: 9abcf165d93e8f53efce71bd9ff6b19bcbe53a2b [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
const hello = "Hello Dear";
module.exports = {
hello: hello
};