diff --git a/web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt b/web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt index 0ac9e6b137..80ce370a01 100644 --- a/web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt +++ b/web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt @@ -220,15 +220,4 @@ private fun ComposeWebStatusMessage() { } } } -} - -@Composable -fun Hr( - attrs: (AttrsBuilder.() -> Unit) = {} -) { - TagElement( - tagName = "hr", - applyAttrs = attrs, - content = { } - ) } \ No newline at end of file