Joao P Dubas 7766585e07
chore: clean up app layout
* Remove header
* Simplify main structure
2024-10-08 23:44:16 +00:00

5 lines
116 B
Plaintext

<main class="flex w-full h-screen text-gray-700">
<.flash_group flash={@flash} />
<%= @inner_content %>
</main>