mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(icons): setup icons package (#536)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { BufferingIndicator, createPlayer, features, Video } from '@videojs/react';
|
||||
import { BufferingIndicator, createPlayer, features } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, MuteButton, Video } from '@videojs/react';
|
||||
import { createPlayer, features, MuteButton } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './VolumeLevels.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, PiPButton, Video } from '@videojs/react';
|
||||
import { createPlayer, features, PiPButton } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, SeekButton, Video } from '@videojs/react';
|
||||
import { createPlayer, features, SeekButton } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user