mirror of
https://github.com/plausible/analytics.git
synced 2024-11-30 11:13:22 +03:00
fede2f0a8a
* Make final touches to Imports & Exports * Change import content copy depending on CSV imports and exports flag state * Remove unused aliases
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
|