build ok,
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,12 +1,10 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,19 +1,16 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import Card from '@mui/material/Card';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Link from '@mui/material/Link';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
|
||||
import { fToNow } from 'src/utils/format-time';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fToNow } from 'src/utils/format-time';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,15 @@
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { TimelineItemProps } from '@mui/lab/TimelineItem';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import Timeline from '@mui/lab/Timeline';
|
||||
import TimelineDot from '@mui/lab/TimelineDot';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import TimelineContent from '@mui/lab/TimelineContent';
|
||||
import TimelineSeparator from '@mui/lab/TimelineSeparator';
|
||||
import TimelineConnector from '@mui/lab/TimelineConnector';
|
||||
import TimelineContent from '@mui/lab/TimelineContent';
|
||||
import TimelineDot from '@mui/lab/TimelineDot';
|
||||
import type { TimelineItemProps } from '@mui/lab/TimelineItem';
|
||||
import TimelineItem, { timelineItemClasses } from '@mui/lab/TimelineItem';
|
||||
|
||||
import TimelineSeparator from '@mui/lab/TimelineSeparator';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,23 +1,20 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { useState } from 'react';
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import Checkbox from '@mui/material/Checkbox';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Checkbox from '@mui/material/Checkbox';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import FormControlLabel from '@mui/material/FormControlLabel';
|
||||
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
import { useState } from 'react';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,11 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,10 +1,8 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,20 +1,15 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { PaletteColorKey } from 'src/theme/core';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { fNumber, fPercent, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { SvgColor } from 'src/components/svg-color';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import type { PaletteColorKey } from 'src/theme/core';
|
||||
import { fNumber, fPercent, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,24 +1,22 @@
|
||||
import Grid from '@mui/material/Grid';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import {
|
||||
_analyticOrderTimeline,
|
||||
_analyticPosts,
|
||||
_analyticTasks,
|
||||
_analyticTraffic,
|
||||
} from 'src/_mock';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import {
|
||||
_analyticTasks,
|
||||
_analyticPosts,
|
||||
_analyticTraffic,
|
||||
_analyticOrderTimeline,
|
||||
} from 'src/_mock';
|
||||
|
||||
import { AnalyticsNews } from '../analytics-news';
|
||||
import { AnalyticsTasks } from '../analytics-tasks';
|
||||
import { AnalyticsConversionRates } from '../analytics-conversion-rates';
|
||||
import { AnalyticsCurrentSubject } from '../analytics-current-subject';
|
||||
import { AnalyticsCurrentVisits } from '../analytics-current-visits';
|
||||
import { AnalyticsNews } from '../analytics-news';
|
||||
import { AnalyticsOrderTimeline } from '../analytics-order-timeline';
|
||||
import { AnalyticsTasks } from '../analytics-tasks';
|
||||
import { AnalyticsTrafficBySite } from '../analytics-traffic-by-site';
|
||||
import { AnalyticsWebsiteVisits } from '../analytics-website-visits';
|
||||
import { AnalyticsWidgetSummary } from '../analytics-widget-summary';
|
||||
import { AnalyticsTrafficBySite } from '../analytics-traffic-by-site';
|
||||
import { AnalyticsCurrentSubject } from '../analytics-current-subject';
|
||||
import { AnalyticsConversionRates } from '../analytics-conversion-rates';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,16 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { useState, useCallback } from 'react';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import { useCallback, useState } from 'react';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, ChartSelect, useChart } from 'src/components/chart';
|
||||
import { fNumber, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartSelect, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,15 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,20 +1,17 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Autoplay from 'embla-carousel-autoplay';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Link from '@mui/material/Link';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { Image } from 'src/components/image';
|
||||
import Autoplay from 'embla-carousel-autoplay';
|
||||
import {
|
||||
Carousel,
|
||||
useCarousel,
|
||||
CarouselDotButtons,
|
||||
CarouselArrowBasicButtons,
|
||||
CarouselDotButtons,
|
||||
useCarousel,
|
||||
} from 'src/components/carousel';
|
||||
import { Image } from 'src/components/image';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,28 +1,24 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Table from '@mui/material/Table';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import Table from '@mui/material/Table';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,13 @@
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { orderBy } from 'es-toolkit';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,14 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { IconifyName } from 'src/components/iconify';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { FlagIcon } from 'src/components/flag-icon';
|
||||
import type { IconifyName } from 'src/components/iconify';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,24 +1,20 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { useTabs } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Tab from '@mui/material/Tab';
|
||||
import Card from '@mui/material/Card';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import Rating from '@mui/material/Rating';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import Rating from '@mui/material/Rating';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import { svgIconClasses } from '@mui/material/SvgIcon';
|
||||
|
||||
import { fData, fCurrency, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import Tab from '@mui/material/Tab';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import { useTabs } from 'minimal-shared/hooks';
|
||||
import { CustomTabs } from 'src/components/custom-tabs';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { fCurrency, fData, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,10 +1,7 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,14 +1,11 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { fNumber, fPercent } from 'src/utils/format-number';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { fNumber, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,13 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import type { IconifyName } from 'src/components/iconify';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import type { IconifyName } from 'src/components/iconify';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { SvgColor } from 'src/components/svg-color';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,26 +1,22 @@
|
||||
import Box from '@mui/material/Box';
|
||||
import Grid from '@mui/material/Grid';
|
||||
import Button from '@mui/material/Button';
|
||||
import Grid from '@mui/material/Grid';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { _appAuthors, _appFeatured, _appInstalled, _appInvoices, _appRelated } from 'src/_mock';
|
||||
import { SeoIllustration } from 'src/assets/illustrations';
|
||||
import { _appAuthors, _appRelated, _appFeatured, _appInvoices, _appInstalled } from 'src/_mock';
|
||||
|
||||
import { svgColorClasses } from 'src/components/svg-color';
|
||||
|
||||
import { useMockedUser } from 'src/auth/hooks';
|
||||
|
||||
import { AppWidget } from '../app-widget';
|
||||
import { AppWelcome } from '../app-welcome';
|
||||
import { svgColorClasses } from 'src/components/svg-color';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { AppAreaInstalled } from '../app-area-installed';
|
||||
import { AppCurrentDownload } from '../app-current-download';
|
||||
import { AppFeatured } from '../app-featured';
|
||||
import { AppNewInvoice } from '../app-new-invoice';
|
||||
import { AppTopAuthors } from '../app-top-authors';
|
||||
import { AppTopRelated } from '../app-top-related';
|
||||
import { AppAreaInstalled } from '../app-area-installed';
|
||||
import { AppWidgetSummary } from '../app-widget-summary';
|
||||
import { AppCurrentDownload } from '../app-current-download';
|
||||
import { AppTopInstalledCountries } from '../app-top-installed-countries';
|
||||
import { AppTopRelated } from '../app-top-related';
|
||||
import { AppWelcome } from '../app-welcome';
|
||||
import { AppWidget } from '../app-widget';
|
||||
import { AppWidgetSummary } from '../app-widget-summary';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,11 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { useState, useCallback } from 'react';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { fPercent, fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartSelect, ChartLegends } from 'src/components/chart';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import { useCallback, useState } from 'react';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, ChartSelect, useChart } from 'src/components/chart';
|
||||
import { fCurrency, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,13 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
|
||||
|
@@ -1,20 +1,15 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
|
||||
import { useCallback } from 'react';
|
||||
import { useBoolean, usePopover } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import { useBoolean, usePopover } from 'minimal-shared/hooks';
|
||||
import { useCallback } from 'react';
|
||||
import { Carousel, CarouselDotButtons, useCarousel } from 'src/components/carousel';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
import { Carousel, useCarousel, CarouselDotButtons } from 'src/components/carousel';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,16 +1,13 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,10 +1,8 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import InputBase from '@mui/material/InputBase';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,20 +1,16 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { useTabs } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Tab from '@mui/material/Tab';
|
||||
import Card from '@mui/material/Card';
|
||||
import Button from '@mui/material/Button';
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { fPercent, fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import Tab from '@mui/material/Tab';
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import { useTabs } from 'minimal-shared/hooks';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { CustomTabs } from 'src/components/custom-tabs';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import { fCurrency, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,35 +1,31 @@
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { InputProps } from '@mui/material/Input';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import type { DialogProps } from '@mui/material/Dialog';
|
||||
import type { Theme, SxProps } from '@mui/material/styles';
|
||||
|
||||
import Dialog from '@mui/material/Dialog';
|
||||
import DialogActions from '@mui/material/DialogActions';
|
||||
import DialogTitle from '@mui/material/DialogTitle';
|
||||
import type { InputProps } from '@mui/material/Input';
|
||||
import Input, { inputClasses } from '@mui/material/Input';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
import Slider from '@mui/material/Slider';
|
||||
import type { SxProps, Theme } from '@mui/material/styles';
|
||||
import TextField from '@mui/material/TextField';
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import { useBoolean } from 'minimal-shared/hooks';
|
||||
import { useId, useState, useCallback } from 'react';
|
||||
import {
|
||||
varAlpha,
|
||||
transformValue,
|
||||
transformValueOnBlur,
|
||||
transformValueOnChange,
|
||||
varAlpha,
|
||||
} from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Slider from '@mui/material/Slider';
|
||||
import Dialog from '@mui/material/Dialog';
|
||||
import Tooltip from '@mui/material/Tooltip';
|
||||
import TextField from '@mui/material/TextField';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import DialogTitle from '@mui/material/DialogTitle';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
import DialogActions from '@mui/material/DialogActions';
|
||||
import Input, { inputClasses } from '@mui/material/Input';
|
||||
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { useCallback, useId, useState } from 'react';
|
||||
import { Carousel, CarouselArrowFloatButtons, useCarousel } from 'src/components/carousel';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Carousel, useCarousel, CarouselArrowFloatButtons } from 'src/components/carousel';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,35 +1,31 @@
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Table from '@mui/material/Table';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
import { useColorScheme } from '@mui/material/styles';
|
||||
import Badge, { badgeClasses } from '@mui/material/Badge';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import { useColorScheme } from '@mui/material/styles';
|
||||
import Table from '@mui/material/Table';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
import { fDate, fTime } from 'src/utils/format-time';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,20 +1,17 @@
|
||||
import Box from '@mui/material/Box';
|
||||
import Grid from '@mui/material/Grid';
|
||||
|
||||
import { _bankingContacts, _bankingCreditCard, _bankingRecentTransitions } from 'src/_mock';
|
||||
import { Iconify } from 'src/components/iconify/iconify';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { _bankingContacts, _bankingCreditCard, _bankingRecentTransitions } from 'src/_mock';
|
||||
|
||||
import { Iconify } from 'src/components/iconify/iconify';
|
||||
|
||||
import { BankingBalanceStatistics } from '../banking-balance-statistics';
|
||||
import { BankingContacts } from '../banking-contacts';
|
||||
import { BankingCurrentBalance } from '../banking-current-balance';
|
||||
import { BankingExpensesCategories } from '../banking-expenses-categories';
|
||||
import { BankingInviteFriends } from '../banking-invite-friends';
|
||||
import { BankingOverview } from '../banking-overview';
|
||||
import { BankingQuickTransfer } from '../banking-quick-transfer';
|
||||
import { BankingInviteFriends } from '../banking-invite-friends';
|
||||
import { BankingCurrentBalance } from '../banking-current-balance';
|
||||
import { BankingBalanceStatistics } from '../banking-balance-statistics';
|
||||
import { BankingRecentTransitions } from '../banking-recent-transitions';
|
||||
import { BankingExpensesCategories } from '../banking-expenses-categories';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,13 @@
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import { sumBy } from 'es-toolkit';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,12 +1,9 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import LinearProgress, { linearProgressClasses } from '@mui/material/LinearProgress';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,16 +1,13 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import Stack from '@mui/material/Stack';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import useMediaQuery from '@mui/material/useMediaQuery';
|
||||
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,24 +1,20 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import AutoHeight from 'embla-carousel-auto-height';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Chip from '@mui/material/Chip';
|
||||
import Card from '@mui/material/Card';
|
||||
import Rating from '@mui/material/Rating';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import Chip from '@mui/material/Chip';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
|
||||
import Rating from '@mui/material/Rating';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import AutoHeight from 'embla-carousel-auto-height';
|
||||
import { Carousel, CarouselArrowBasicButtons, useCarousel } from 'src/components/carousel';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
|
||||
import { Carousel, useCarousel, CarouselArrowBasicButtons } from 'src/components/carousel';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,32 +1,28 @@
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Table from '@mui/material/Table';
|
||||
import Button from '@mui/material/Button';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useColorScheme } from '@mui/material/styles';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
|
||||
import { fDate, fTime } from 'src/utils/format-time';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import MenuList from '@mui/material/MenuList';
|
||||
import { useColorScheme } from '@mui/material/styles';
|
||||
import Table from '@mui/material/Table';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import { usePopover } from 'minimal-shared/hooks';
|
||||
import { CustomPopover } from 'src/components/custom-popover';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Label } from 'src/components/label';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fDate, fTime } from 'src/utils/format-time';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,14 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import { Image } from 'src/components/image';
|
||||
import { Carousel, CarouselArrowBasicButtons, useCarousel } from 'src/components/carousel';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Carousel, useCarousel, CarouselArrowBasicButtons } from 'src/components/carousel';
|
||||
import { Image } from 'src/components/image';
|
||||
import { Label } from 'src/components/label';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,16 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { useState, useCallback } from 'react';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import { useCallback, useState } from 'react';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, ChartSelect, useChart } from 'src/components/chart';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartSelect, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,17 +1,13 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import { fPercent, fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { SvgColor } from 'src/components/svg-color';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { fCurrency, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,11 +1,8 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
|
||||
import { fPercent, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { fPercent, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,23 +1,21 @@
|
||||
import Box from '@mui/material/Box';
|
||||
import Grid from '@mui/material/Grid';
|
||||
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { _bookings, _bookingNew, _bookingReview, _bookingsOverview } from 'src/_mock';
|
||||
import { _bookingNew, _bookingReview, _bookings, _bookingsOverview } from 'src/_mock';
|
||||
import {
|
||||
BookingIllustration,
|
||||
CheckInIllustration,
|
||||
CheckoutIllustration,
|
||||
} from 'src/assets/illustrations';
|
||||
|
||||
import { BookingBooked } from '../booking-booked';
|
||||
import { BookingNewest } from '../booking-newest';
|
||||
import { BookingDetails } from '../booking-details';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { BookingAvailable } from '../booking-available';
|
||||
import { BookingBooked } from '../booking-booked';
|
||||
import { BookingCheckInWidgets } from '../booking-check-in-widgets';
|
||||
import { BookingCustomerReviews } from '../booking-customer-reviews';
|
||||
import { BookingDetails } from '../booking-details';
|
||||
import { BookingNewest } from '../booking-newest';
|
||||
import { BookingStatistics } from '../booking-statistics';
|
||||
import { BookingTotalIncomes } from '../booking-total-incomes';
|
||||
import { BookingWidgetSummary } from '../booking-widget-summary';
|
||||
import { BookingCheckInWidgets } from '../booking-check-in-widgets';
|
||||
import { BookingCustomerReviews } from '../booking-customer-reviews';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,12 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import Card from '@mui/material/Card';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import LinearProgress, { linearProgressClasses } from '@mui/material/LinearProgress';
|
||||
|
||||
import Link from '@mui/material/Link';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,18 +1,15 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import Card from '@mui/material/Card';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Link from '@mui/material/Link';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { fCurrency, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Image } from 'src/components/image';
|
||||
import { Carousel, CarouselArrowBasicButtons, useCarousel } from 'src/components/carousel';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { Image } from 'src/components/image';
|
||||
import { Label, labelClasses } from 'src/components/label';
|
||||
import { Carousel, useCarousel, CarouselArrowBasicButtons } from 'src/components/carousel';
|
||||
import { fCurrency, fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,13 +1,10 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { useState, useCallback } from 'react';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { Chart, useChart, ChartSelect } from 'src/components/chart';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import { useCallback, useState } from 'react';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartSelect, useChart } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,15 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { AnimateBorder } from 'src/components/animate';
|
||||
|
||||
import { useMockedUser } from 'src/auth/hooks';
|
||||
import { AnimateBorder } from 'src/components/animate';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,9 +1,7 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,15 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,19 +1,15 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import LinearProgress, { linearProgressClasses } from '@mui/material/LinearProgress';
|
||||
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
import { fPercent } from 'src/utils/format-number';
|
||||
|
||||
import Link from '@mui/material/Link';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import type { IDateValue } from 'src/types/common';
|
||||
import { fPercent } from 'src/utils/format-number';
|
||||
import { fDateTime } from 'src/utils/format-time';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,13 +1,10 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { PaletteColorKey } from 'src/theme/core';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { SvgColor } from 'src/components/svg-color';
|
||||
import type { PaletteColorKey } from 'src/theme/core';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,20 +1,17 @@
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import { cardClasses } from '@mui/material/Card';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { _coursesContinue, _coursesFeatured, _coursesReminder } from 'src/_mock';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { _coursesContinue, _coursesFeatured, _coursesReminder } from 'src/_mock';
|
||||
|
||||
import { CourseProgress } from '../course-progress';
|
||||
import { CourseContinue } from '../course-continue';
|
||||
import { CourseFeatured } from '../course-featured';
|
||||
import { CourseReminders } from '../course-reminders';
|
||||
import { CourseMyAccount } from '../course-my-account';
|
||||
import { CourseHoursSpent } from '../course-hours-spent';
|
||||
import { CourseMyAccount } from '../course-my-account';
|
||||
import { CourseMyStrength } from '../course-my-strength';
|
||||
import { CourseProgress } from '../course-progress';
|
||||
import { CourseReminders } from '../course-reminders';
|
||||
import { CourseWidgetSummary } from '../course-widget-summary';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,21 +1,18 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Table from '@mui/material/Table';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Label } from 'src/components/label';
|
||||
import Table from '@mui/material/Table';
|
||||
import TableBody from '@mui/material/TableBody';
|
||||
import TableCell from '@mui/material/TableCell';
|
||||
import TableRow from '@mui/material/TableRow';
|
||||
import { FlagIcon } from 'src/components/flag-icon';
|
||||
import { Label } from 'src/components/label';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import type { TableHeadCellProps } from 'src/components/table';
|
||||
import { TableHeadCustom } from 'src/components/table';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,9 +1,7 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Card from '@mui/material/Card';
|
||||
import Button from '@mui/material/Button';
|
||||
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,16 +1,13 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Link from '@mui/material/Link';
|
||||
import Card from '@mui/material/Card';
|
||||
import Avatar from '@mui/material/Avatar';
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import Link from '@mui/material/Link';
|
||||
import { ColorPreview } from 'src/components/color-utils';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
import { fCurrency } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,16 +1,13 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import Autoplay from 'embla-carousel-autoplay';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import Link from '@mui/material/Link';
|
||||
import Button from '@mui/material/Button';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import Autoplay from 'embla-carousel-autoplay';
|
||||
import { Carousel, CarouselDotButtons, useCarousel } from 'src/components/carousel';
|
||||
import { Image } from 'src/components/image';
|
||||
import { Carousel, useCarousel, CarouselDotButtons } from 'src/components/carousel';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,17 +1,13 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import Divider from '@mui/material/Divider';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import { useTheme, alpha as hexAlpha } from '@mui/material/styles';
|
||||
|
||||
import Divider from '@mui/material/Divider';
|
||||
import { alpha as hexAlpha, useTheme } from '@mui/material/styles';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, useChart } from 'src/components/chart';
|
||||
import { fNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,13 +1,10 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
import LinearProgress from '@mui/material/LinearProgress';
|
||||
|
||||
import { fPercent, fCurrency } from 'src/utils/format-number';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { fCurrency, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,10 +1,7 @@
|
||||
import type { BoxProps } from '@mui/material/Box';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,16 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { fNumber, fPercent } from 'src/utils/format-number';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { varAlpha } from 'minimal-shared/utils';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, useChart } from 'src/components/chart';
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { fNumber, fPercent } from 'src/utils/format-number';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,16 +1,12 @@
|
||||
import type { CardProps } from '@mui/material/Card';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
|
||||
import { useState, useCallback } from 'react';
|
||||
|
||||
import Card from '@mui/material/Card';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import CardHeader from '@mui/material/CardHeader';
|
||||
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
import { useCallback, useState } from 'react';
|
||||
import type { ChartOptions } from 'src/components/chart';
|
||||
import { Chart, ChartLegends, ChartSelect, useChart } from 'src/components/chart';
|
||||
import { fShortenNumber } from 'src/utils/format-number';
|
||||
|
||||
import { Chart, useChart, ChartSelect, ChartLegends } from 'src/components/chart';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
type Props = CardProps & {
|
||||
|
@@ -1,27 +1,24 @@
|
||||
import Grid from '@mui/material/Grid';
|
||||
import Button from '@mui/material/Button';
|
||||
import Grid from '@mui/material/Grid';
|
||||
import { useTheme } from '@mui/material/styles';
|
||||
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { MotivationIllustration } from 'src/assets/illustrations';
|
||||
import {
|
||||
_ecommerceNewProducts,
|
||||
_ecommerceBestSalesman,
|
||||
_ecommerceSalesOverview,
|
||||
_ecommerceLatestProducts,
|
||||
_ecommerceNewProducts,
|
||||
_ecommerceSalesOverview,
|
||||
} from 'src/_mock';
|
||||
|
||||
import { MotivationIllustration } from 'src/assets/illustrations';
|
||||
import { useMockedUser } from 'src/auth/hooks';
|
||||
|
||||
import { EcommerceWelcome } from '../ecommerce-welcome';
|
||||
import { EcommerceNewProducts } from '../ecommerce-new-products';
|
||||
import { EcommerceYearlySales } from '../ecommerce-yearly-sales';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { EcommerceBestSalesman } from '../ecommerce-best-salesman';
|
||||
import { EcommerceCurrentBalance } from '../ecommerce-current-balance';
|
||||
import { EcommerceLatestProducts } from '../ecommerce-latest-products';
|
||||
import { EcommerceNewProducts } from '../ecommerce-new-products';
|
||||
import { EcommerceSaleByGender } from '../ecommerce-sale-by-gender';
|
||||
import { EcommerceSalesOverview } from '../ecommerce-sales-overview';
|
||||
import { EcommerceWelcome } from '../ecommerce-welcome';
|
||||
import { EcommerceWidgetSummary } from '../ecommerce-widget-summary';
|
||||
import { EcommerceLatestProducts } from '../ecommerce-latest-products';
|
||||
import { EcommerceCurrentBalance } from '../ecommerce-current-balance';
|
||||
import { EcommerceYearlySales } from '../ecommerce-yearly-sales';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -1,28 +1,23 @@
|
||||
import { useState, useCallback } from 'react';
|
||||
import { useBoolean } from 'minimal-shared/hooks';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Grid from '@mui/material/Grid';
|
||||
import Typography from '@mui/material/Typography';
|
||||
|
||||
import { paths } from 'src/routes/paths';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { useBoolean } from 'minimal-shared/hooks';
|
||||
import { useCallback, useState } from 'react';
|
||||
import { _files, _folders } from 'src/_mock';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
|
||||
import { Iconify } from 'src/components/iconify';
|
||||
import { UploadBox } from 'src/components/upload';
|
||||
import { Scrollbar } from 'src/components/scrollbar';
|
||||
|
||||
import { FileWidget } from '../../../file-manager/file-widget';
|
||||
import { FileUpgrade } from '../../../file-manager/file-upgrade';
|
||||
import { FileRecentItem } from '../../../file-manager/file-recent-item';
|
||||
import { UploadBox } from 'src/components/upload';
|
||||
import { CONFIG } from 'src/global-config';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { paths } from 'src/routes/paths';
|
||||
import { FileDataActivity } from '../../../file-manager/file-data-activity';
|
||||
import { FileManagerPanel } from '../../../file-manager/file-manager-panel';
|
||||
import { FileStorageOverview } from '../../../file-manager/file-storage-overview';
|
||||
import { FileManagerFolderItem } from '../../../file-manager/file-manager-folder-item';
|
||||
import { FileManagerNewFolderDialog } from '../../../file-manager/file-manager-new-folder-dialog';
|
||||
import { FileManagerPanel } from '../../../file-manager/file-manager-panel';
|
||||
import { FileRecentItem } from '../../../file-manager/file-recent-item';
|
||||
import { FileStorageOverview } from '../../../file-manager/file-storage-overview';
|
||||
import { FileUpgrade } from '../../../file-manager/file-upgrade';
|
||||
import { FileWidget } from '../../../file-manager/file-widget';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user