Skip to content

Instantly share code, notes, and snippets.

@kilgarenone
Created September 4, 2019 01:25
Show Gist options
  • Save kilgarenone/59ebe690fb596564aa24908be4aa830a to your computer and use it in GitHub Desktop.
Save kilgarenone/59ebe690fb596564aa24908be4aa830a to your computer and use it in GitHub Desktop.
tnc content
import { h } from "preact";
export default function TermsOfUseContent() {
return (
<div>
<div>
<p>When a product is free, YOU are the product hehe :)</p>
<ol>
<li> ...
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment