mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Working on interface components.
This commit is contained in:
6
ember/app/components/menu-item-container.js
Normal file
6
ember/app/components/menu-item-container.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'li',
|
||||
layoutName: 'components/menu-item-container'
|
||||
});
|
Reference in New Issue
Block a user