Files
discourse-adplugin/admin/assets/javascripts/discourse/controllers/admin-plugins-house-ads.js
T
David Taylor 3ca4398bad DEV: Restructure file locations
- Colocate components / connectors
- Move admin UI files to `admin/assets` so they are only served to admins
2023-11-07 18:14:24 +00:00

6 lines
104 B
JavaScript

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