Yakova commited on
Commit
f4883f0
1 Parent(s): f1b4e41

Update Remotion-app/src/HelloWorld/index.jsx

Browse files
Remotion-app/src/HelloWorld/index.jsx CHANGED
@@ -10,7 +10,8 @@ const HelloWorld = React.memo(() => {
10
  return (
11
  <AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
12
  <BackgroundStream />
13
- <ImageStream />
 
14
  {/* <TextStream /> */}
15
  <VideoStream />
16
  <AudioStream />
 
10
  return (
11
  <AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
12
  <BackgroundStream />
13
+ {/* <ImageStream /> */}
14
+
15
  {/* <TextStream /> */}
16
  <VideoStream />
17
  <AudioStream />