import Privacy from "../../../components/privacy";


const index = () => {
    return (
        <>
            <Privacy />
        </>
    );
};

export default index;