We need to think of a better approach though
@ -220,15 +220,4 @@ private fun ComposeWebStatusMessage() {
}
@Composable
fun Hr(
attrs: (AttrsBuilder<Tag.Div>.() -> Unit) = {}
) {
TagElement<Tag.Div, HTMLElement>(
tagName = "hr",
applyAttrs = attrs,
content = { }
)