ONE-39: added filters, order by, pagination

This commit is contained in:
Tim Chamberlain
2022-07-12 10:28:58 -05:00
parent 71dc8f6ef9
commit cc324fd76d
10 changed files with 321 additions and 121 deletions

View File

@ -13,7 +13,14 @@ Coded by www.creative-tim.com
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
import React, { useState, useEffect, JSXElementConstructor, Key, ReactElement } from "react";
import React, {
useState,
useEffect,
JSXElementConstructor,
Key,
ReactElement,
useReducer,
} from "react";
// react-router components
import { Routes, Route, Navigate, useLocation } from "react-router-dom";