add regeneratorRuntime back in

This commit is contained in:
John Park
2022-05-06 14:03:05 -07:00
parent 819e59292d
commit 27d2e95c43
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import React, { useState } from "react"; import React, { useState } from "react";
import regeneratorRuntime from "regenerator-runtime";
import { useSelector, useDispatch } from "react-redux"; import { useSelector, useDispatch } from "react-redux";
import PropTypes from "prop-types"; import PropTypes from "prop-types";

File diff suppressed because one or more lines are too long