Skip to content

Commit cc4cc45

Browse files
committed
fix: add missing css util to video component
1 parent 19bf26e commit cc4cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-video/src/video.standalone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { h, withPreact, define, props } from '@bolt/core';
1+
import { css, h, withPreact, define, props } from '@bolt/core';
22
import dasherize from 'dasherize';
33
import Mousetrap from 'mousetrap';
44

0 commit comments

Comments
 (0)