mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 03:21:37 +03:00
12 lines
286 B
Elixir
12 lines
286 B
Elixir
|
defmodule PlausibleWeb.Components.Settings do
|
||
|
@moduledoc """
|
||
|
An umbrella module for the Integrations settings section
|
||
|
"""
|
||
|
use Phoenix.Component
|
||
|
use Phoenix.HTML
|
||
|
|
||
|
import PlausibleWeb.Components.Generic
|
||
|
|
||
|
embed_templates("../templates/site/settings_search_console.html")
|
||
|
end
|