groupdle/lib/groupdle_web/components/layouts/app.html.heex

8 lines
107 B
Text
Raw Normal View History

2024-12-05 09:17:50 -05:00
<header></header>
<main>
<div>
<.flash_group flash={@flash} />
{@inner_content}
</div>
</main>