# frozen_string_literal: true module Docs class AlphaLayoutPreview < ViewComponent::Preview def default; end def main_widths; end def sidebar_widths; end def sidebar_placement; end def sidebar_placement_as_row; end def changing_when_to_render_layout_as_columns; end end end