From 72a8a5b2c9c8ba109a9804d0d4b47e30c98e9c42 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Thu, 10 Jun 2021 19:52:59 +0200 Subject: [PATCH] Align bencmhark source with web example We need to think of a better approach though --- .../jsMain/kotlin/com/sample/content/IntroSection.kt | 11 ----------- 1 file changed, 11 deletions(-) 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