2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00

12 lines
138 B
HTML
Raw Normal View History

<!-- styles -->
<style>
:host {
display: block;
}
</style>
<!-- template -->
<div class="tree">
<slot></slot>
</div>