refactor: video player context

This commit is contained in:
2024-05-27 10:19:30 +01:00
parent bae19e0f53
commit 66721cacfa
19 changed files with 1062 additions and 79 deletions

3
src/pages/shorts.tsx Normal file
View File

@ -0,0 +1,3 @@
export function ShortsPage() {
return <>Coming soon...</>;
}