defmodule OutlookWeb.DarkModeComponent do @moduledoc """ Provides components for showing and listing artikel and autoren. """ use Phoenix.Component import Phoenix.HTML # alias Phoenix.LiveView.JS def dark_mode_widget(assigns) do ~H"""
""" end end