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
@@ -1,7 +1,7 @@
import React from 'react';
import { Box, Stepper, Step, StepLabel } from '@mui/material';
const steps = ['Upload', 'Preview', 'Process', 'Results'];
const steps = ['Upload', 'Preview', 'Process', ,'Results'];
function StepperComponent({ activeStep }) {
return (