mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 07:16:45 +08:00
6 lines
161 B
Text
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" />
|