lbry.tech/app/components/developer-program.js
ポール ウェッブ 48efa9da73 Cleaned up flow
2019-02-11 17:47:01 -06:00

17 lines
264 B
JavaScript

"use strict";
// I M P O R T
import html from "choo/html";
// E X P O R T
export default () => html`
<developer-program>
<p>If this sounds like you, <a href="#" class="no-smooth" id="get-started">get started here</a>!</p>
</developer-program>
`;