]> PHS Git Server - phs-admin.git/commitdiff
#PA-1 Modifying posts to work better with attachments. master
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 26 Sep 2025 06:11:19 +0000 (01:11 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 26 Sep 2025 06:11:19 +0000 (01:11 -0500)
src/app/views/Posts/PostsView.js

index da02a6873634b34a8437b139a1c0898909e1d2b2..cdb0cf3e3b687bb6ae840a7af345760eb93b1b9d 100644 (file)
@@ -9,6 +9,7 @@ import { Container } from '@mui/material';
 const PostsView = () => {
   return (
     <Container maxWidth="xxl">
+
       <PostsTable/>
     </Container>
   );