From 446ef9a46485bd18bb1c6890d485344786a4e90c Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Wed, 13 Jul 2022 21:45:06 +0200 Subject: [PATCH] Remove regenerator-runtime from UI --- ui/src/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 261f558..3c0d73f 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -1,5 +1,3 @@ -import 'regenerator-runtime/runtime' - import React from 'react' import { createRoot } from 'react-dom/client' import App from './App'