module Maglev::Admin::ThemesHelper

def section_screenshot_path(section)

def section_screenshot_path(section)
  services.fetch_section_screenshot_path.call(section: section)
end