Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Nov 19, 2024
1 parent 2fe29a5 commit 677b24e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/radiator_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ defmodule RadiatorWeb.CoreComponents do
Icons are provided by [heroicons](https://heroicons.com). See `icon/1` for usage.
"""
use Phoenix.Component

alias Phoenix.LiveView.JS
import RadiatorWeb.Gettext
use Gettext, backend: RadiatorWeb.Gettext

alias Phoenix.HTML
alias Phoenix.LiveView.JS

@doc """
Renders a modal.
Expand Down

0 comments on commit 677b24e

Please sign in to comment.