lib/exshome_automation/web/live/preview.ex

defmodule ExshomeAutomation.Web.Live.Preview do
  @moduledoc """
  Automation preview widget.
  """

  use ExshomeWeb.Live.AppPage,
    dependencies: []
end