mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
6 lines
103 B
Elixir
6 lines
103 B
Elixir
|
defmodule PhilomenaWeb.Search.ReverseView do
|
||
|
use PhilomenaWeb, :view
|
||
|
|
||
|
alias Philomena.Tags.Tag
|
||
|
end
|