mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 15:07:52 +08:00
6 lines
171 B
Text
6 lines
171 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} />
|