discourse-follow/assets/javascripts/discourse/controllers/follow.js
Osama Sayegh 9fcea5484e
DEV: Fix JS tests and deprecations (#50)
* 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
2022-01-27 12:02:50 +03:00

3 lines
83 B
JavaScript

import Controller from "@ember/controller";
export default Controller.extend({});