|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
import cls from './camera.module.scss';
|
|
|
|
|
import {useEffect, useState} from "react";
|
|
|
|
|
import video from "../../../../apps/crud/assets/video/bitch lasagna.mp4"
|
|
|
|
|
|
|
|
|
|
/* eslint-disable-next-line */
|
|
|
|
|
export interface CameraProps {
|
|
|
|
|
}
|
|
|
|
@ -50,10 +51,8 @@ export function Camera(props: CameraProps) {
|
|
|
|
|
</svg>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<video src={video} controls={true} autoPlay={true}/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|