UNPKG

hck2-dev

Version:

Development Tools For HCK2

7 lines (6 loc) 277 B
// Components in this folder are meant to be reusable across the site. components.exampleComponent = function () { // Your Code Here console.log('This is an Example Component!'); // Use it anywhere in your application with "components.exampleComponent();" };