diff --git a/examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt b/examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt index 54525d05c4..ec47527293 100644 --- a/examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt +++ b/examples/web_landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt @@ -221,15 +221,4 @@ private fun ComposeWebStatusMessage() { } } } -} - -@Composable -fun Hr( - attrs: (AttrsBuilder.() -> Unit) = {} -) { - TagElement( - tagName = "hr", - applyAttrs = attrs, - content = { } - ) } \ No newline at end of file