Skip to content

Commit 714af2e

Browse files
committed
tests: don't use obsolete rootComp
1 parent e3c4d81 commit 714af2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Server/Startup.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Page =
4040
``base`` { attr.href "/" }
4141
}
4242
body {
43-
div { attr.id "main"; rootComp<Bolero.Test.Client.Main.MyApp> }
43+
div { attr.id "main"; comp<Bolero.Test.Client.Main.MyApp> }
4444
boleroScript
4545
}
4646
}

0 commit comments

Comments
 (0)