chore: ci

This commit is contained in:
Zach Daniel 2023-02-02 00:35:20 -05:00
parent d1529a7533
commit 90ca4e3b84
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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"