draft of law cases
This commit is contained in:
17
components/Video.js
Normal file
17
components/Video.js
Normal file
@@ -0,0 +1,17 @@
|
||||
function Video({ src }) {
|
||||
return (
|
||||
<p
|
||||
style={{
|
||||
textAlign: "center",
|
||||
}}
|
||||
>
|
||||
<video
|
||||
src={src}
|
||||
controls
|
||||
width="70%"
|
||||
/>
|
||||
</p>
|
||||
);
|
||||
}
|
||||
|
||||
export default Video;
|
||||
Reference in New Issue
Block a user