mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
967afbaaf4
Moves all Route/model hook loading to use Outlet components which listen on route change.
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
import Component from '@ember/component';
|
|
import SlotsMixin from 'block-slots';
|
|
export default Component.extend(SlotsMixin, {
|
|
tagName: '',
|
|
authorized: true,
|
|
enabled: true,
|
|
});
|