talk-tool/lib/t_t_client_u_i/layout_view.ex
2022-10-09 12:46:45 +03:00

7 lines
218 B
Elixir

defmodule TTClientUI.LayoutView do
use Phoenix.View, root: Path.expand("#{__DIR__}/templates"), namespace: TTClientUI
alias TTClientUI.Router.Helpers, as: Routes
def config(), do: {__MODULE__, "live.html"}
end