class Lookbook::PanelStore

def remove_panel(name)

def remove_panel(name)
  store.delete(Utils.symbolize_name(name)) { |name| not_found!(name) }
end