defmodule Llmex.HomePage do use Tableau.Page, layout: Llmex.RootLayout, permalink: "/" use Phoenix.Component def template(assigns) do ~H"""

hello, world!

""" end end