Skip to content

Commit 74580f9

Browse files
committed
Rename to fix naming conflict
1 parent 8755d47 commit 74580f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components_guide_web/templates/web_standards/url.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Change the parts of a URL
44

55
<live-render>
6-
ComponentsGuideWeb.WebStandards.Live.URL
6+
ComponentsGuideWeb.WebStandards.Live.URLForm
77
</live-render>
88

99
----

lib/components_guide_web/templates/web_standards/url_live.ex renamed to lib/components_guide_web/templates/web_standards/url_form_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule ComponentsGuideWeb.WebStandards.Live.URL do
1+
defmodule ComponentsGuideWeb.WebStandards.Live.URLForm do
22
use ComponentsGuideWeb, :live_view
33

44
defmodule State do

0 commit comments

Comments
 (0)