mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
* Passing a boolean attribute as a string is deprecated
* `{{mobile-nav}}` no longer requires a `currentPath` attribute
* we need to import the `visit` helper before we can use it in tests
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
import Controller from "@ember/controller";
|
|
|
|
export default Controller.extend({});
|