This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/app/components/huegasm-footer.js

7 lines
113 B
JavaScript

import Em from 'ember';
export default Em.Component.extend({
tagName: 'footer',
classNames: ['footer']
});