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