Skip to content

Commit

Permalink
#3
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Apr 28, 2023
1 parent a99086c commit 27cb402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Vide.Fable/src/DevApp/src/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ let demos =
(
"Issue #2",
"Value Restriction",
start (Issues.Issue_2.view())
start (Issues.Issue_3.view())
)
]
|}
Expand Down
6 changes: 3 additions & 3 deletions Vide.Fable/src/DevApp/src/UseCases/Issue_3.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Issues

module Issue_2 =
module Issue_3 =

open Vide
open type Vide.Html
Expand Down Expand Up @@ -36,7 +36,7 @@ module Issue_2 =
let view() = vide { article { main { cards() } } }


module Issue_2a =
module Issue_3a =

open Vide
open type Vide.Html
Expand Down Expand Up @@ -72,7 +72,7 @@ module Issue_2a =
let view = vide { article { main { cards } } }


module Issue_2b =
module Issue_3b =

open Vide
open type Vide.Html
Expand Down

0 comments on commit 27cb402

Please sign in to comment.