dwyl / phoenix-liveview-chat-example

💬 Step-by-step tutorial creates a Chat App using Phoenix LiveView including Presence, Authentication and Style with Tailwind CSS

Home Page:https://liveview-chat-example.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

9.5 Add an alias to pass the test

ndrean opened this issue · comments

to polish! in Readme, not in the code

defmodule LiveviewChatWeb.MessageLiveTest do
+ alias LiveviewChat.Message

Also 14-Presence

defmodule LiveviewChatWeb.MessageLive do
+ alias LiveviewChat.Presence
 + alias LiveviewChat.PubSub