refactor: formatted with prettier --write

This commit is contained in:
2026-04-26 23:26:42 +03:30
parent 4caefd2d8d
commit 7edac60428
2 changed files with 9 additions and 9 deletions

View File

@@ -5,5 +5,5 @@
* creation: 21/4/2026
*/
import { VP } from "./core/VideoPlayer";
import { VP } from './core/VideoPlayer';
export default VP;