Modules
In hop, every .hop
file corresponds to a module.
The <import>
tag imports a component from another module.
hop
<import component="user-list" from="@/user-list.hop">
<index-page>
<user-list {users: ["loki", "jane", "tobi"]} />
</index-page>