Remove regenerator-runtime from UI

This commit is contained in:
viktorstrate
2022-07-13 21:45:06 +02:00
parent a17a680457
commit 446ef9a464

View File

@@ -1,5 +1,3 @@
import 'regenerator-runtime/runtime'
import React from 'react'
import { createRoot } from 'react-dom/client'
import App from './App'