# frozen_string_literal: true module ThemeCheck module ShopifyLiquid class SourceIndex class PropertyEntry < BaseEntry; end end end end