Fix useState sort method assignment bug

This commit is contained in:
Nathan Barber
2021-04-07 12:53:27 -04:00
parent 405d78a9d4
commit b230745d64
8 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import Enzyme, { shallow, mount } from "enzyme";
import { ServerDashboard } from "./ServerDashboard.pre";
import ServerDashboard from "./ServerDashboard.pre";
import Adapter from "@wojtekmaj/enzyme-adapter-react-17";
import { HashRouter, Switch } from "react-router-dom";