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