Skip to content

Commit

Permalink
Use LiveExample instead of Example
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 19, 2024
1 parent 74d805a commit bb54e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion priv/catalogue/surface/components/form/example01.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Surface.Components.Form.Example01 do
use Surface.Catalogue.Example,
use Surface.Catalogue.LiveExample,

Check failure on line 2 in priv/catalogue/surface/components/form/example01.ex

View workflow job for this annotation

GitHub Actions / mix test (Blend phoenix_live_view_0_19_0 | Elixir 1.13.4 | Erlang/OTP 1.13.4)

** (CompileError) priv/catalogue/surface/components/form/example01.ex:2: module Surface.Catalogue.LiveExample is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module

Check failure on line 2 in priv/catalogue/surface/components/form/example01.ex

View workflow job for this annotation

GitHub Actions / mix test (Elixir 1.13.4 | Erlang/OTP 25.0)

** (CompileError) priv/catalogue/surface/components/form/example01.ex:2: module Surface.Catalogue.LiveExample is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
catalogue: Surface.Components.Catalogue,
subject: Surface.Components.Form,
height: "350px",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Surface.Components.Form.TextArea.Example01 do
use Surface.Catalogue.Example,
use Surface.Catalogue.LiveExample,

Check failure on line 2 in priv/catalogue/surface/components/form/textarea/example01.ex

View workflow job for this annotation

GitHub Actions / mix test (Elixir 1.14.0 | Erlang/OTP 25.0)

** (CompileError) priv/catalogue/surface/components/form/textarea/example01.ex:2: module Surface.Catalogue.LiveExample is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
catalogue: Surface.Components.Catalogue,
subject: Surface.Components.Form.TextArea,
height: "170px"
Expand Down

0 comments on commit bb54e8a

Please sign in to comment.