Created the TermsOfService page

This commit is contained in:
Mathias Wagner 2022-09-30 22:48:02 +02:00
parent ce847ba1d1
commit f36fd0681f

View File

@ -0,0 +1,12 @@
import '../styles.sass';
const TermsOfService = () => (
<div className="text-wrapper">
<h2>Terms of Service</h2>
<h3>1. Introduction</h3>
<p>[...]</p>
</div>
);
export default TermsOfService;