mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-20 20:05:01 +08:00
6 lines
166 B
Text
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} />
|