mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(compiler)!: move component generation to core
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// AUTO-GENERATED by `@videojs/compiler`. DO NOT EDIT.
|
||||
import { createComponent } from '@videojs/compiler/jsx-runtime';
|
||||
// AUTO-GENERATED by `@videojs/core/scripts/generate-components`. DO NOT EDIT.
|
||||
import { createComponent } from '@videojs/core/jsx-runtime';
|
||||
|
||||
export const AirPlayEnterIcon = createComponent({ name: 'AirPlayEnterIcon' });
|
||||
export const AirPlayExitIcon = createComponent({ name: 'AirPlayExitIcon' });
|
||||
|
||||
Reference in New Issue
Block a user