Did the same to all of the dashboards
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import {Group, User} from "@/interfaces/user";
|
||||
import axios from "axios";
|
||||
import Axios from "axios";
|
||||
import {setupCache} from "axios-cache-interceptor";
|
||||
import {useEffect, useState} from "react";
|
||||
|
||||
const instance = Axios.create();
|
||||
const axios = setupCache(instance);
|
||||
|
||||
interface Props {
|
||||
admin?: string;
|
||||
userType?: string;
|
||||
|
||||
Reference in New Issue
Block a user