# frozen_string_literal: true module Bs5 module Toast class BodyComponent < ViewComponent::Base end end end