vite-riot-template/app.riot

5 lines
68 B
Plaintext
Raw Normal View History

2022-07-07 02:32:19 +00:00
<app>
<h1 class="hero">
{props.message}
</h1>
</app>