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