Skip to content
Snippets Groups Projects
Commit 72a8a5b2 authored by Shagen Ogandzhanian's avatar Shagen Ogandzhanian
Browse files

Align bencmhark source with web example

We need to think of a better approach though
parent 379fa42e
No related branches found
No related tags found
No related merge requests found
...@@ -220,15 +220,4 @@ private fun ComposeWebStatusMessage() { ...@@ -220,15 +220,4 @@ private fun ComposeWebStatusMessage() {
} }
} }
} }
}
@Composable
fun Hr(
attrs: (AttrsBuilder<Tag.Div>.() -> Unit) = {}
) {
TagElement<Tag.Div, HTMLElement>(
tagName = "hr",
applyAttrs = attrs,
content = { }
)
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment