Cleaned up usage of fetch

This commit is contained in:
2022-06-10 16:53:42 +01:00
parent ed01fe6db5
commit 490860159e
6 changed files with 11 additions and 22 deletions
+5 -4
View File
@@ -2,11 +2,12 @@ import React from 'react';
const Static = props => {
return (
<header>
<h1 className="text centered">Privacy Policy</h1>
</header>
<div className='page central'>
<header>
<h1 className="text centered">Privacy Policy</h1>
</header>
</div>
);
};
export default Static;