Skip to content

Commit

Permalink
fix: Use macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Feb 17, 2023
1 parent 9864d5e commit 87f2554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/phoenix_webcomponent/lib/phoenix_webcomponent.ex
Expand Up @@ -47,6 +47,7 @@ defmodule Phoenix.WebComponent do
alias Phoenix.WebComponent.Card
alias Phoenix.WebComponent.LeftMenu
alias Phoenix.WebComponent.Markdown
alias Phoenix.WebComponent.Modal
alias Phoenix.WebComponent.Pagination
alias Phoenix.WebComponent.Table
end
Expand All @@ -70,6 +71,7 @@ defmodule Phoenix.WebComponent do
import Phoenix.WebComponent.Card
import Phoenix.WebComponent.LeftMenu
import Phoenix.WebComponent.Markdown
import Phoenix.WebComponent.Modal
import Phoenix.WebComponent.Pagination
import Phoenix.WebComponent.Table
import Phoenix.WebComponent.Icons
Expand Down

0 comments on commit 87f2554

Please sign in to comment.