# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class XmlHtml < JsonHtml end end end end