defmodule LSGWeb.MessageComponent do use Phoenix.Component def content(assigns) do ~H"""
<%= @text %>
""" end end