Skip to content

Commit

Permalink
remove unnecessary use
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Nov 21, 2024
1 parent e181380 commit 984cd4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
defmodule Beacon.LiveAdmin.PropertiesSidebarComponent do
# In Phoenix apps, the line is typically: use MyAppWeb, :live_component
use Phoenix.LiveComponent
use Beacon.LiveAdmin.Web, :live_component
alias Beacon.LiveAdmin.PropertiesSidebarSectionComponent
require Logger
alias Beacon.LiveAdmin.PropertiesSidebarSectionComponent

defmodule Attribute do
use Ecto.Schema
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
defmodule Beacon.LiveAdmin.PropertiesSidebarSectionComponent do
# In Phoenix apps, the line is typically: use MyAppWeb, :live_component
use Phoenix.LiveComponent
use Beacon.LiveAdmin.Web, :live_component
require Logger

Expand Down

0 comments on commit 984cd4b

Please sign in to comment.