add route

This commit is contained in:
SUFIYANJT
2025-03-16 15:37:08 +05:30
parent 0d7b335b6f
commit 8383156b82
3 changed files with 233 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ function ResultsPage() {
<Button
variant="outlined"
color="primary"
onClick={handleProcessAnother}
onClick={()=> navigate('/upload')}
>
Process Another File
</Button>