Mbonea commited on
Commit
7e24e42
1 Parent(s): 7191cf4

fixed import statement

Browse files
Files changed (1) hide show
  1. Remotion-app/src/Root.jsx +1 -1
Remotion-app/src/Root.jsx CHANGED
@@ -1,7 +1,7 @@
1
  import {Composition} from 'remotion';
2
- import {HelloWorld} from './HelloWorld';
3
  import Constants from './HelloWorld/Assets/Constants.json';
4
  import './index.css';
 
5
  export const RemotionRoot = () => {
6
  return (
7
  <>
 
1
  import {Composition} from 'remotion';
 
2
  import Constants from './HelloWorld/Assets/Constants.json';
3
  import './index.css';
4
+ import HelloWorld from './HelloWorld';
5
  export const RemotionRoot = () => {
6
  return (
7
  <>