mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-07 18:19:44 +00:00
- Colocate components / connectors - Move admin UI files to `admin/assets` so they are only served to admins
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
import Controller from "@ember/controller";
|
|
|
|
export default Controller.extend({
|
|
loadingAds: true,
|
|
});
|