Flatten workspace (#120)

This commit is contained in:
Rahim
2025-10-23 15:19:36 -07:00
committed by GitHub
parent e41f883aea
commit 1ad0bc436f
215 changed files with 804 additions and 6445 deletions
-1
View File
@@ -11,7 +11,6 @@
},
"dependencies": {
"@vjs-10/react": "workspace:*",
"@vjs-10/react-icons": "workspace:*",
"clsx": "^2.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
+1 -1
View File
@@ -1,7 +1,7 @@
import type { ChangeEventHandler } from 'react';
import { FrostedSkin, MediaProvider, MinimalSkin, Video } from '@vjs-10/react';
import { FullscreenEnterAltIcon, FullscreenExitAltIcon } from '@vjs-10/react-icons';
import { FullscreenEnterAltIcon, FullscreenExitAltIcon } from '@vjs-10/react/icons';
import clsx from 'clsx';
// import FrostedSkin from './skins/frosted/FrostedSkin';
@@ -21,7 +21,7 @@ import {
VolumeHighIcon,
VolumeLowIcon,
VolumeOffIcon,
} from '@vjs-10/react-icons';
} from '@vjs-10/react/icons';
import styles from './styles';
@@ -18,7 +18,7 @@ import {
VolumeHighIcon,
VolumeLowIcon,
VolumeOffIcon,
} from '@vjs-10/react-icons';
} from '@vjs-10/react/icons';
import styles from './styles';