fix: generate numbers

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-25 22:09:17 +01:00
parent fe305581e8
commit c015425838
6 changed files with 120 additions and 113 deletions

View File

@@ -8,4 +8,4 @@ const validationSchema = Yup.object({
});
export default function Generate() {
return <Box>Lorem ipsum</Box>;
}
}