build ok,
This commit is contained in:
@@ -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';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user