# frozen_string_literal: true module Docs class LocalTimePreview < ViewComponent::Preview def default; end def all_the_options; end def with_initial_content; end end end