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