diff --git a/lib/ash_hq_web/components/doc_sidebar_dsl_items.ex b/lib/ash_hq_web/components/doc_sidebar_dsl_items.ex index 043a6d6..32382a1 100644 --- a/lib/ash_hq_web/components/doc_sidebar_dsl_items.ex +++ b/lib/ash_hq_web/components/doc_sidebar_dsl_items.ex @@ -3,7 +3,6 @@ defmodule AshHqWeb.Components.DocSidebarDslItems do Surface component for generating the recursive TreeView items for an extension DSL. """ use Surface.Component - alias Phoenix.LiveView.JS alias __MODULE__ alias AshHqWeb.Components.DocSidebar diff --git a/lib/ash_hq_web/components/tree_view.ex b/lib/ash_hq_web/components/tree_view.ex index 3592d85..d93a3f6 100644 --- a/lib/ash_hq_web/components/tree_view.ex +++ b/lib/ash_hq_web/components/tree_view.ex @@ -8,7 +8,6 @@ defmodule AshHqWeb.Components.TreeView do use Surface.Component alias AshHqWeb.Components.TreeView.Item - alias Surface.Components.LivePatch alias Phoenix.LiveView.JS @doc "DOM id for the outer div"