# frozen_string_literal: true class WalletSummaryComponent < ViewComponent::Base def initialize(balance:) @balance = balance end end