terminando servicios manipulados y preimpresion

This commit is contained in:
2023-12-04 20:50:58 +01:00
parent 76c815212f
commit ab6763aeaa
329 changed files with 811 additions and 59359 deletions

View File

@ -1,10 +0,0 @@
/**
* Media Player
*/
'use strict';
(function () {
const videoPlayer = new Plyr('#plyr-video-player');
const audioPlayer = new Plyr('#plyr-audio-player');
})();