1
Fork 0

Revamp Video Player (Plans to drop Zorn)

This commit is contained in:
Korbs 2024-07-29 22:39:21 -04:00
parent 9d44f96477
commit 05b5fd8ef9
12 changed files with 575 additions and 17 deletions

View file

@ -7,6 +7,7 @@
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@library/*": ["src/library/*"],
"@player/*": ["src/components/video-player/*"],
"@root/*": ["*"],
"@styles/*": ["src/styles/*"],
"@utils/*": ["src/utilities/*"]