Spaces:
Runtime error
Runtime error
Update src/playground/fullscreen.jsx
Browse files
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';
|