mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 15:19:56 +08:00
Replace Ember app with Mithril app
This commit is contained in:
14
js/lib/components/separator.js
Normal file
14
js/lib/components/separator.js
Normal file
@ -0,0 +1,14 @@
|
||||
import Component from 'flarum/component';
|
||||
|
||||
/**
|
||||
|
||||
*/
|
||||
class Separator extends Component {
|
||||
view() {
|
||||
return m('span');
|
||||
}
|
||||
}
|
||||
|
||||
Separator.wrapperClass = 'divider';
|
||||
|
||||
export default Separator;
|
Reference in New Issue
Block a user