Spaces:
Paused
Paused
| const BasicVideo = () => { | |
| return ( | |
| <div className="flex-1 flex flex-col"> | |
| <div className="text-md flex-none text-text-primary font-medium h-12 flex items-center px-4"> | |
| BasicVideo | |
| </div> | |
| </div> | |
| ); | |
| }; | |
| export default BasicVideo; | |