Files
exploRUGComponent/docs-src/_includes/footer.11ty.cjs
Kevin Schaaf a2c387402d Update to Lit 2.0.0 (manually)
Will attempt to get this back to syncing with monorepo history per https://github.com/lit/lit#exporting-starter-templates in a follow-up.
2021-09-20 21:05:39 -07:00

10 lines
176 B
JavaScript

module.exports = function (data) {
return `
<footer>
<p>
Made with
<a href="https://github.com/lit/lit-element-starter-ts">lit-starter-ts</a>
</p>
</footer>`;
};