import {FC} from 'react';

const PrivacyPolicyPage: FC = () => {
    return <h1>Privacy Policy</h1>
}

export default PrivacyPolicyPage;
