chore: first liveview route
This commit is contained in:
10
lib/slax_web/live/chat_room_live.ex
Normal file
10
lib/slax_web/live/chat_room_live.ex
Normal file
@@ -0,0 +1,10 @@
|
||||
defmodule SlaxWeb.ChatRoomLive do
|
||||
@moduledoc false
|
||||
use SlaxWeb, :live_view
|
||||
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<div>Welcome to the chat!</div>
|
||||
"""
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user