# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class LongtextHtml < TextHtml end end end end