fix tests

This commit is contained in:
2022-02-25 22:17:30 -05:00
committed by oliviasculley
parent c10cff63ea
commit 1f92c452d1
11 changed files with 143 additions and 14 deletions

View File

@ -4,8 +4,8 @@ defmodule LokalWeb.InviteLive.FormComponent do
"""
use LokalWeb, :live_component
alias Lokal.{Accounts.User, Invites, Invites.Invite}
alias Ecto.Changeset
alias Lokal.{Accounts.User, Invites, Invites.Invite}
alias Phoenix.LiveView.Socket
@impl true