feat: json pretty

This commit is contained in:
Ibrahima G. Coulibaly
2025-02-27 13:05:38 +00:00
parent 18c305ac9b
commit d2eb7030d8
12 changed files with 78 additions and 49 deletions

View File

@@ -79,6 +79,7 @@ import React from 'react';
import * as Yup from 'yup';
const initialValues = {};
type InitialValuesType = typeof initialValues;
const validationSchema = Yup.object({
// splitSeparator: Yup.string().required('The separator is required')
});