import React from 'react'
import ProgressScreen from './screens/ProgressScreen'
export default function ProgressRoute() {
return <ProgressScreen />
}