diff --git a/package-lock.json b/package-lock.json index 9c7f908..46753f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "heroicons": "^1.0.6", "highlight.js": "^11.2.0", "history": "^5.0.1", + "nth-check": ">=2.0.1", "postcss": "^8.4.12", "prop-types": "^15.7.2", "react": "^17.0.1", diff --git a/package.json b/package.json index 1dd988f..a6708c3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "react-scripts": "^5.0.1", "react-table": "^7.7.0", "tailwindcss": "^3.0.23", - "web-vitals": "^0.2.4" + "web-vitals": "^0.2.4", + "nth-check": ">=2.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/src/App.js b/src/App.js index a4ee9ab..d5067b9 100644 --- a/src/App.js +++ b/src/App.js @@ -2,6 +2,7 @@ import React, {useEffect, useState} from 'react'; import Navbar from './components/Navbar'; import {Redirect, Route, Switch} from 'react-router-dom'; import {Peers} from './views/Peers'; +import {Users} from './views/Users'; import Footer from './components/Footer'; import {useAuth0} from "@auth0/auth0-react"; import Loading from "./components/Loading"; @@ -76,6 +77,7 @@ function App() { +