ddsf
This commit is contained in:
parent
839bbbac82
commit
ac6289e788
|
|
@ -1,27 +1,4 @@
|
|||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
import { getDashboard } from '@/api/Admin'
|
||||
import { get } from '@/rtk/helpers/apiService'
|
||||
import {
|
||||
Box,
|
||||
Center,
|
||||
Flex,
|
||||
Grid,
|
||||
Group,
|
||||
Loader,
|
||||
SimpleGrid,
|
||||
Text,
|
||||
} from '@mantine/core'
|
||||
import {
|
||||
IconUserPlus,
|
||||
IconDiscount2,
|
||||
IconReceipt2,
|
||||
IconAddressBook,
|
||||
IconArrowNarrowRight,
|
||||
} from '@tabler/icons-react'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
import classes from './Dashboard.module.css'
|
||||
import Chart from './Chart'
|
||||
|
||||
const Dashboard = () => {
|
||||
// type Tdata = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue