diff --git a/lib/chiya_web/live/user_profile_live.ex b/lib/chiya_web/live/user_profile_live.ex index 4b3180b..301c088 100644 --- a/lib/chiya_web/live/user_profile_live.ex +++ b/lib/chiya_web/live/user_profile_live.ex @@ -1,8 +1,6 @@ defmodule ChiyaWeb.UserProfileLive do use ChiyaWeb, :live_view - alias Chiya.Accounts - def render(assigns) do ~H""" <.header> diff --git a/lib/chiya_web/live/user_settings_live.ex b/lib/chiya_web/live/user_settings_live.ex index 57973ad..c799b3d 100644 --- a/lib/chiya_web/live/user_settings_live.ex +++ b/lib/chiya_web/live/user_settings_live.ex @@ -3,6 +3,7 @@ defmodule ChiyaWeb.UserSettingsLive do alias Chiya.Accounts + @impl true def render(assigns) do ~H""" <.header>Change Avatar