livebook/lib/livebook_web/components/layouts/live.html.heex
2024-12-04 10:37:17 +01:00

6 lines
166 B
Text

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