updated forms along with addg tabs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Formik, Form, Field } from "formik";
|
||||
|
||||
const OutputForm = () => {
|
||||
const initialValues = {
|
||||
includeVRM: false,
|
||||
includeMotion: false,
|
||||
includeTimestamp: false,
|
||||
timeStampFormat: "utc",
|
||||
};
|
||||
return <div>OutputForm</div>;
|
||||
};
|
||||
|
||||
export default OutputForm;
|
||||
|
||||
Reference in New Issue
Block a user