4 lines
57 B
Elixir
4 lines
57 B
Elixir
|
defmodule WikiWeb.LayoutView do
|
||
|
use WikiWeb, :view
|
||
|
end
|