1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 11:49:47 +00:00

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

5 lines
142 B
JavaScript
Raw Normal View History

import Component from "@ember/component";
export default Component.extend({
classNameBindings: [":wizard-image-preview", "fieldClass"],
});