get started on route for creating links, dividing steps into components

This commit is contained in:
2021-08-19 22:35:12 -04:00
parent 1542213875
commit dfaa328af4
24 changed files with 618 additions and 36 deletions

View File

@@ -0,0 +1,4 @@
defmodule EntenduWeb.LinkLive.For.Step1Component do
use EntenduWeb, :live_component
end

View File

@@ -0,0 +1,3 @@
This is step 1. <%= @test %>
<button phx-click="next_step">Next Step</button>