Skip to content

Commit

Permalink
Implemented document management page
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardev1127 committed Apr 18, 2023
1 parent aaaa5bb commit 539ca67
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Head from 'next/head';
import SidebarLayout from '@/layouts/SidebarLayout';
import PageHeader from '@/content/Management/Transactions/PageHeader';
import PageHeader from '@/content/CoreServices/DocumentManagement/PageHeader';
import PageTitleWrapper from '@/components/PageTitleWrapper';
import { Grid, Container } from '@mui/material';
import Footer from '@/components/Footer';

import RecentOrders from '@/content/Management/Transactions/RecentOrders';
import DocumentsTable from '@/content/CoreServices/DocumentManagement/DocumentsTable';

function ApplicationsTransactions() {
return (
Expand All @@ -25,7 +25,7 @@ function ApplicationsTransactions() {
spacing={3}
>
<Grid item xs={12}>
<RecentOrders />
<DocumentsTable />
</Grid>
</Grid>
</Container>
Expand Down

0 comments on commit 539ca67

Please sign in to comment.