mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-15 19:37:53 +01:00
6 lines
151 B
Elixir
6 lines
151 B
Elixir
defmodule ClaperWeb.LeaderNotifierView do
|
|
use Phoenix.View, root: "lib/claper_web/templates"
|
|
import ClaperWeb.Gettext
|
|
use PhoenixHTMLHelpers
|
|
end
|