init
This commit is contained in:
7
lib/webmon_web/live_components/monitor_component.ex
Normal file
7
lib/webmon_web/live_components/monitor_component.ex
Normal file
@ -0,0 +1,7 @@
|
||||
defmodule WebmonWeb.MonitorComponent do
|
||||
use WebmonWeb, :live_component
|
||||
|
||||
def mount(socket) do
|
||||
{:ok, socket}
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user