Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgurjar committed Oct 9, 2024
1 parent 8a6c2f4 commit 8d57c95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import * as React from 'react';
import PropTypes from 'prop-types';

import { AppProvider } from '@toolpad/core/AppProvider';
import Box from '@mui/material/Box';
import { DashboardLayout } from '@toolpad/core/DashboardLayout';
import PropTypes from 'prop-types';
import Typography from '@mui/material/Typography';
import { createTheme } from '@mui/material/styles';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<AppProvider
navigation={NAVIGATION}
router={router}
theme={demoTheme}
window={demoWindow}
>
<DashboardLayout hideNavigation>
<DemoPageContent pathname={pathname} />
</DashboardLayout>
</AppProvider>
<AppProvider
navigation={NAVIGATION}
router={router}
theme={demoTheme}
window={demoWindow}
>
<DashboardLayout hideNavigation>
<DemoPageContent pathname={pathname} />
</DashboardLayout>
</AppProvider>

0 comments on commit 8d57c95

Please sign in to comment.