Created the TermsOfService page
This commit is contained in:
parent
ce847ba1d1
commit
f36fd0681f
12
src/pages/TextPages/TermsOfService/TermsOfService.jsx
Normal file
12
src/pages/TextPages/TermsOfService/TermsOfService.jsx
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user