import React from 'react';
import * as styles from './HowYouCanHelp.module.scss';
const HowYouCanHelp = () => {
return (
How You Can Help Improve the Tool
- If you have information that could help, we’d love to hear from you.
- View our full set of data sources and methodology
where you can add or download sources and check statuses on our data roadmap.
- Check out our timeline and send feedback or attend relevant events.
- Contact us and share the stories of your community.
);
};
export default HowYouCanHelp;