import React from "react";
// import { videoTagString, VideoTag } from "react-video-tag";
// videoTagString({
// src: "https://ibthemespro.com/resource/deski/intro_3.mp4",
// });
const Video = () => {
return (
<>
{/* */}
>
);
};
export default Video;