This commit is contained in:
Inhji 2023-03-13 03:27:26 +01:00
parent 17753ee671
commit 9280cba900
2 changed files with 1 additions and 2 deletions

View file

@ -1,8 +1,6 @@
defmodule ChiyaWeb.UserProfileLive do
use ChiyaWeb, :live_view
alias Chiya.Accounts
def render(assigns) do
~H"""
<.header>

View file

@ -3,6 +3,7 @@ defmodule ChiyaWeb.UserSettingsLive do
alias Chiya.Accounts
@impl true
def render(assigns) do
~H"""
<.header>Change Avatar</.header>