Current section

Files

Jump to
livebook lib livebook_web components layouts live.html.heex
Raw

lib/livebook_web/components/layouts/live.html.heex

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