Skip to content

Instantly share code, notes, and snippets.

// // !Do not remove the Layout import
// import Layout from '../Components/Layout/VerticalLayout'
// // ** Components
// // import CustomMenu from './components/Menu'
// // import CustomNavbar from './components/Navbar'
// // import CustomFooter from './components/Footer'
// const VerticalLayout = props => (
// <Layout
// ** React Imports
import { useEffect } from "react";
import { NavLink, matchPath, useParams } from "react-router-dom";
import { useRouter } from "next/router";
import Link from "next/link";
// ** Third Party Components
import { Badge } from "reactstrap";
import classnames from "classnames";
// ** Vertical Menu Array Of Items