elixir_todo/lib/todo_web/views/layout_view.ex
2021-07-11 13:53:19 +02:00

3 lines
57 B
Elixir

defmodule TodoWeb.LayoutView do
use TodoWeb, :view
end