mirror of
https://github.com/fly-apps/live_beats.git
synced 2025-02-22 02:36:16 +00:00
13 lines
418 B
Text
13 lines
418 B
Text
<main>
|
|
<p class="alert alert-info fade-in-scale" role="alert"
|
|
phx-click="lv:clear-flash"
|
|
phx-value-key="info"><%= live_flash(@flash, :info) %></p>
|
|
|
|
<p class="alert alert-danger fade-in-scale" role="alert"
|
|
phx-click="lv:clear-flash"
|
|
phx-value-key="error"><%= live_flash(@flash, :error) %></p>
|
|
|
|
<.live_component module={LiveBeatsWeb.LayoutComponent} id="layout" />
|
|
|
|
<%= @inner_content %>
|
|
</main>
|