discourse/app/assets/javascripts/admin/addon/components/flag-user-lists.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
115 B
JavaScript
Raw Normal View History

import Component from "@ember/component";
export default Component.extend({
classNames: ["flag-user-lists"],
});