forked from shibao/cannery
add swoosh and oban
This commit is contained in:
8
lib/cannery_web/views/email_view.ex
Normal file
8
lib/cannery_web/views/email_view.ex
Normal file
@ -0,0 +1,8 @@
|
||||
defmodule CanneryWeb.EmailView do
|
||||
@moduledoc """
|
||||
A view for email-related helper functions
|
||||
"""
|
||||
alias CanneryWeb.{Endpoint, HomeLive}
|
||||
|
||||
use CanneryWeb, :view
|
||||
end
|
Reference in New Issue
Block a user