import * as React from 'react'; import Layout from '../components/layout'; // THIS COMPONENT IS NOT BEING USED // @ts-ignore // import renewIcon from '/node_modules/uswds/dist/img/usa-icons/autorenew.svg'; interface TimelinePageProps { location: Location; } const TimelinePage = ({location}: TimelinePageProps) => { return (
{/*

Timelin

Throughout the Process

{'renew

Continuously engage with stakeholders and community members to get feedback on the screening tool, scoring, and overall process.

Continuously source data that meets data principles as defined through community input.

Milestones

  1. Milestone 1

    Publish data principles on this site by June 2021.

  2. Milestone 2

    Make the first version of a screening tool available by July 2021.

  3. Milestone 3

    Create a public scorecard to ensure accountability of investments by February 2022.

*/}
); }; export default TimelinePage;