defmodule LivebookWeb.Output.TextComponent do use LivebookWeb, :live_component @impl true def render(assigns) do ~L"""
""" end end