livebook/lib/livebook_web/components/layouts/live.html.heex
2023-02-22 19:34:54 +01:00

6 lines
161 B
Text

<main role="main" class="grow flex flex-col h-screen">
<.flash_group flash={@flash} />
<%= @inner_content %>
</main>
<.confirm_modal id="global-confirm" />