akkounts/app/components/main_simple_component.rb
Sebastian Kippe 835152c656
All checks were successful
continuous-integration/drone/push Build is passing
Introduce ViewComponent
https://viewcomponent.org
2022-02-20 16:53:11 -06:00

6 lines
84 B
Ruby

# frozen_string_literal: true
class MainSimpleComponent < ViewComponent::Base
end