mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 05:03:43 +08:00
e4c373194d
This commit refactors the Wizard component code in preparation for moving it to the 'static' directory for Embroider route-splitting. It also includes a number of general improvements and simplifications. Extracted from https://github.com/discourse/discourse/pull/23678 Co-authored-by: Godfrey Chan <godfreykfc@gmail.com>
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default Component.extend({});
|