removed sfx for now
Browse files
Remotion-app/src/HelloWorld/index.jsx
CHANGED
|
@@ -11,7 +11,6 @@ export const HelloWorld = () => {
|
|
| 11 |
return (
|
| 12 |
<AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
|
| 13 |
<BackgroundStream />
|
| 14 |
-
<SfxStream />
|
| 15 |
<ImageStream />
|
| 16 |
<TextStream />
|
| 17 |
<VideoStream />
|
|
|
|
| 11 |
return (
|
| 12 |
<AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
|
| 13 |
<BackgroundStream />
|
|
|
|
| 14 |
<ImageStream />
|
| 15 |
<TextStream />
|
| 16 |
<VideoStream />
|