mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
967afbaaf4
Moves all Route/model hook loading to use Outlet components which listen on route change.
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
export default present => (scope = '.empty-state') => {
|
|
return {
|
|
scope: scope,
|
|
login: present('[data-test-empty-state-login]'),
|
|
};
|
|
};
|