import React from 'react'; const VideoPage: React.FC = () => { return (

Hello!

); }; export default VideoPage;