# frozen_string_literal: true class Views::Base < Components::Base # The `Views::Base` is an abstract class for all your views. # By default, it inherits from `Components::Base`, but you # can change that to `Phlex::HTML` if you want to keep views and # components independent. end