mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Merge branch 'react-error-handling' of github.com:naatebarber/jupyterhub into react-error-handling
This commit is contained in:
@@ -7,7 +7,7 @@ import { Provider, useDispatch, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
import { HashRouter } from "react-router-dom";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from 'regenerator-runtime'
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
|
||||
import AddUser from "./AddUser";
|
||||
|
||||
|
@@ -7,7 +7,7 @@ import { Provider, useDispatch, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
import { HashRouter } from "react-router-dom";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
import CreateGroup from "./CreateGroup";
|
||||
|
||||
jest.mock("react-redux", () => ({
|
||||
|
@@ -6,7 +6,7 @@ import { Provider, useDispatch, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
import { HashRouter } from "react-router-dom";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from 'regenerator-runtime'
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
|
||||
import EditUser from "./EditUser";
|
||||
|
||||
|
@@ -7,7 +7,7 @@ import { Provider, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
import { HashRouter } from "react-router-dom";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
|
||||
import GroupEdit from "./GroupEdit";
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import { Provider, useDispatch, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
import { HashRouter } from "react-router-dom";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from 'regenerator-runtime'
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
|
||||
import Groups from "./Groups";
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import { HashRouter, Switch } from "react-router-dom";
|
||||
import { Provider, useSelector } from "react-redux";
|
||||
import { createStore } from "redux";
|
||||
// eslint-disable-next-line
|
||||
import regeneratorRuntime from 'regenerator-runtime'
|
||||
import regeneratorRuntime from "regenerator-runtime";
|
||||
|
||||
import ServerDashboard from "./ServerDashboard";
|
||||
|
||||
|
Reference in New Issue
Block a user