class Lookbook::PreviewsController

def main_panels

def main_panels
  Engine.panels.in_group(:main).map do |config|
    PanelStore.resolve_config(config, inspector_data)
  end
end