# frozen_string_literal: true

module BootstrapForm
  module Helpers
    extend ActiveSupport::Autoload

    autoload :Bootstrap
  end
end
