integrated api to convert video to text
This commit is contained in:
commit
53305ccd60
@ -59,7 +59,6 @@
|
|||||||
"react-date-picker": "^8.4.0",
|
"react-date-picker": "^8.4.0",
|
||||||
"react-datepicker": "^4.8.0",
|
"react-datepicker": "^4.8.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-dropzone": "^14.2.3",
|
|
||||||
"react-hot-toast": "^2.4.0",
|
"react-hot-toast": "^2.4.0",
|
||||||
"react-multistep": "^5.5.8",
|
"react-multistep": "^5.5.8",
|
||||||
"react-paginate": "^8.1.3",
|
"react-paginate": "^8.1.3",
|
||||||
|
@ -2,6 +2,7 @@ import React from "react";
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import Button from "@material-ui/core/Button";
|
import Button from "@material-ui/core/Button";
|
||||||
import toast from "react-hot-toast";
|
import toast from "react-hot-toast";
|
||||||
|
|
||||||
const BasicDetaiils = ({ props }) => {
|
const BasicDetaiils = ({ props }) => {
|
||||||
const { data, setData, handleView } = props;
|
const { data, setData, handleView } = props;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user