Browse Source

Align bencmhark source with web example

We need to think of a better approach though
pull/771/head
Shagen Ogandzhanian 3 years ago
parent
commit
72a8a5b2c9
  1. 11
      web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt

11
web/benchmark-core/src/jsMain/kotlin/com/sample/content/IntroSection.kt

@ -220,15 +220,4 @@ private fun ComposeWebStatusMessage() {
}
}
}
}
@Composable
fun Hr(
attrs: (AttrsBuilder<Tag.Div>.() -> Unit) = {}
) {
TagElement<Tag.Div, HTMLElement>(
tagName = "hr",
applyAttrs = attrs,
content = { }
)
}
Loading…
Cancel
Save