Skip to content
Snippets Groups Projects
Commit 0dadc0f9 authored by James D'Alton's avatar James D'Alton
Browse files

template file rename

parent b9c97793
No related branches found
No related tags found
No related merge requests found
import React from 'react'; import React from 'react';
import './App.css'; import './App.css';
import SignedIn from './pages/SignedIn' import SignedIn from './pages/SignedIn'
// import SignedOut from './pages/SignedOut' import SignedOut from './pages/SignedOut'
function App() { function App() {
// Get isSignedIn // Get isSignedIn
......
...@@ -19,7 +19,7 @@ import MenuIcon from '@material-ui/icons/Menu'; ...@@ -19,7 +19,7 @@ import MenuIcon from '@material-ui/icons/Menu';
import ChevronLeftIcon from '@material-ui/icons/ChevronLeft'; import ChevronLeftIcon from '@material-ui/icons/ChevronLeft';
import NotificationsIcon from '@material-ui/icons/Notifications'; import NotificationsIcon from '@material-ui/icons/Notifications';
import { mainListItems, secondaryListItems } from '../../components/Other/listItems'; import { mainListItems, secondaryListItems } from '../../components/Other/listItems';
import Deposits from '../../components/Other/Partners'; import Partners from '../../components/Other/Partners';
import Forms from '../../components/Other/Forms'; import Forms from '../../components/Other/Forms';
function Copyright() { function Copyright() {
...@@ -183,7 +183,7 @@ export default function Dashboard() { ...@@ -183,7 +183,7 @@ export default function Dashboard() {
{/* Partners */} {/* Partners */}
<Grid item xs={12} md={4} lg={6}> <Grid item xs={12} md={4} lg={6}>
<Paper className={fixedHeightPaper}> <Paper className={fixedHeightPaper}>
<Deposits /> <Partners />
</Paper> </Paper>
</Grid> </Grid>
</Grid> </Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment