discourse/app/assets/javascripts/wizard/addon/components
Peter Wagenet 7caaee27cc
DEV: Generate template backing classes for app (#17300)
```sh
npx ember-holy-futuristic-template-namespacing-batman-codemod ensure-template-only-has-backing-class
```

We would like to colocate templates but, when no backing class exists, colocated templates extend `templateOnly` instead of `Ember.Component`. Generating the backing class helps avoid any behavioral changes.

We can also run the `tagless-ember-components-codemod` to put the tags into the templates at which point we could convert these back to template-only components.
2022-07-04 01:27:29 +02:00
..
homepage-preview.js
image-preview-favicon.js
image-preview-large-icon.js
image-preview-logo-small.js
image-preview-logo.js
invite-list-user.js
invite-list.js
staff-count.js
styling-preview.js
theme-preview.js
wizard-canvas.js
wizard-field-checkbox.js
wizard-field-checkboxes.js
wizard-field-dropdown.js
wizard-field-image.js
wizard-field-radio.js
wizard-field-text.js
wizard-field-textarea.js
wizard-field.js
wizard-image-preview.js
wizard-step-form.js
wizard-step.js