Merge branch 'main' into 673-admin-page-pagination

This commit is contained in:
Keith Stevens
2023-01-15 19:14:10 +09:00
12 changed files with 1014 additions and 55 deletions
+1
View File
@@ -54,6 +54,7 @@ export const getDashboardLayout = (page: React.ReactElement) => (
>
{page}
</SideMenuLayout>
<Footer />
</div>
);