From 714af2ed0151cb4a32d57ccb47d053b613972a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Sun, 8 Dec 2024 15:09:54 +0100 Subject: [PATCH] tests: don't use obsolete rootComp --- tests/Server/Startup.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Server/Startup.fs b/tests/Server/Startup.fs index 53992c9..9a6c7ac 100644 --- a/tests/Server/Startup.fs +++ b/tests/Server/Startup.fs @@ -40,7 +40,7 @@ module Page = ``base`` { attr.href "/" } } body { - div { attr.id "main"; rootComp } + div { attr.id "main"; comp } boleroScript } }