module Lookbook

def remove_panel(name)

def remove_panel(name)
  Engine.panels.remove_panel(name)
end