livebook/lib/livebook_web/components/layouts/live.html.heex
2023-05-10 18:23:08 +02:00

7 lines
171 B
Plaintext

<main role="main" class="grow flex flex-col h-screen">
<.flash_group flash={@flash} />
<%= @inner_content %>
</main>
<.confirm_root confirm_state={@confirm_state} />