diff --git a/src/pages/TextPages/TermsOfService/TermsOfService.jsx b/src/pages/TextPages/TermsOfService/TermsOfService.jsx new file mode 100644 index 0000000..95883d4 --- /dev/null +++ b/src/pages/TextPages/TermsOfService/TermsOfService.jsx @@ -0,0 +1,12 @@ +import '../styles.sass'; + +const TermsOfService = () => ( +
+

Terms of Service

+ +

1. Introduction

+

[...]

+
+); + +export default TermsOfService; \ No newline at end of file