mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
* Remove ScrollFocusable * Consolidate and simplify account pages * Lint fixes * Fix tab param initialization * Remove stale files * Remove stale route, make accountable routes clearer
4 lines
198 B
Ruby
4 lines
198 B
Ruby
class ApplicationComponent < ViewComponent::Base
|
|
# These don't work as expected with helpers.turbo_frame_tag, etc., so we include them here
|
|
include Turbo::FramesHelper, Turbo::StreamsHelper
|
|
end
|