# frozen_string_literal: true module Docs class BlankslateComponentPreview < ViewComponent::Preview def basic; end def icon; end def loading; end def custom_content; end def action_button; end def link; end def variations; end end end