# frozen_string_literal: true class TestComponent def render_in(_view_context) "Hello, World!" end def format :html end end