soiz1 commited on
Commit
67354dc
·
verified ·
1 Parent(s): 18a0391

Update src/playground/fullscreen.jsx

Browse files
Files changed (1) hide show
  1. src/playground/fullscreen.jsx +4 -0
src/playground/fullscreen.jsx CHANGED
@@ -14,6 +14,10 @@
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
16
 
 
 
 
 
17
  import './import-first';
18
 
19
  import ReactDOM from 'react-dom';
 
14
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
15
  */
16
 
17
+ import 'core-js';
18
+ import 'regenerator-runtime/runtime';
19
+
20
+
21
  import './import-first';
22
 
23
  import ReactDOM from 'react-dom';