Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. const video = {
  2. play() {
  3. return true;
  4. },
  5. };
  6.  
  7. export default video;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement