DEV: Cleanup unused wizard illustrations (#23659)

These were defunct since #19487
This commit is contained in:
Godfrey Chan
2023-09-25 19:34:38 -07:00
committed by GitHub
parent e2c7ecfe65
commit b5ccf89914
8 changed files with 2 additions and 208 deletions

View File

@ -3,7 +3,7 @@
class Wizard
class Step
attr_reader :id, :updater
attr_accessor :index, :fields, :next, :previous, :banner, :disabled, :description_vars, :emoji
attr_accessor :index, :fields, :next, :previous, :disabled, :description_vars, :emoji
def initialize(id)
@id = id