analytics/lib/plausible_web/views/page_view.ex
ruslandoga 25f95ae84e
add landing page (#2989)
* add landing page

* cont.

* add redirect to /sites test

* add changelog entry

* adapt for mobile
2023-06-01 14:34:48 +03:00

4 lines
65 B
Elixir

defmodule PlausibleWeb.PageView do
use PlausibleWeb, :view
end