mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +03:00
5 lines
92 B
Elixir
5 lines
92 B
Elixir
|
defmodule PlausibleWeb.GoogleAnalyticsView do
|
||
|
use PlausibleWeb, :view
|
||
|
use Plausible
|
||
|
end
|