This commit is contained in:
JOSEPH LE 2024-05-13 16:38:07 +07:00
parent 839bbbac82
commit ac6289e788
1 changed files with 0 additions and 23 deletions

View File

@ -1,27 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */ /* 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 = () => { const Dashboard = () => {
// type Tdata = { // type Tdata = {