whisper live

This commit is contained in:
2025-07-15 18:54:01 +00:00
parent d4345eef8b
commit 8386b685d6
57 changed files with 2772 additions and 0 deletions

View File

@ -0,0 +1,14 @@
defmodule WhisperLiveWeb.Layouts do
@moduledoc """
This module holds different layouts used by your application.
See the `layouts` directory for all templates available.
The "root" layout is a skeleton rendered as part of the
application router. The "app" layout is set as the default
layout on both `use WhisperLiveWeb, :controller` and
`use WhisperLiveWeb, :live_view`.
"""
use WhisperLiveWeb, :html
embed_templates "layouts/*"
end