# frozen_string_literal: true module Docs class AlphaAutoCompleteItemPreview < ViewComponent::Preview def default; end end end