mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
6 lines
96 B
Elixir
6 lines
96 B
Elixir
|
defmodule LivebookWeb.AuthHTML do
|
||
|
use LivebookWeb, :html
|
||
|
|
||
|
embed_templates "auth_html/*"
|
||
|
end
|