UNPKG

aquameta-widget

Version:

Widget rendering framework built on top of Aquameta

8 lines (6 loc) 139 B
import html from '/db/widget/core/html.js' export default function InsertExample() { return html` <div>Insert example!</div> `; }