rename from llmex to monotab
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
defmodule Llmex.PageLayout do
|
||||
use Tableau.Layout, layout: Llmex.RootLayout
|
||||
defmodule MonoTab.PageLayout do
|
||||
use Tableau.Layout, layout: MonoTab.RootLayout
|
||||
use Phoenix.Component
|
||||
|
||||
def template(assigns) do
|
||||
~H"""
|
||||
<%= {:safe, render(@inner_content)} %>
|
||||
{{:safe, render(@inner_content)}}
|
||||
"""
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user