feat: add components
This commit is contained in:
5
components/component-helloworld2.js
Normal file
5
components/component-helloworld2.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
exports.sayhello = () => {
|
||||
return 'Say Hello World!';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user