Skip to content

Commit

Permalink
tests: don't use obsolete rootComp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 8, 2024
1 parent e3c4d81 commit 714af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Server/Startup.fs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Page =
``base`` { attr.href "/" }
}
body {
div { attr.id "main"; rootComp<Bolero.Test.Client.Main.MyApp> }
div { attr.id "main"; comp<Bolero.Test.Client.Main.MyApp> }
boleroScript
}
}
Expand Down

0 comments on commit 714af2e

Please sign in to comment.