This is a view component that renders out the file tree in the editor menu for RailsInspire.
class FileTreeComponent < ViewComponent::Base def initialize(tree) @tree = tree end end