From 9d6721876fd3f2eb287a129c29ea6dae9bd59ae1 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Fri, 26 Sep 2025 01:11:19 -0500 Subject: [PATCH] #PA-1 Modifying posts to work better with attachments. --- src/app/views/Posts/PostsView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/views/Posts/PostsView.js b/src/app/views/Posts/PostsView.js index da02a68..cdb0cf3 100644 --- a/src/app/views/Posts/PostsView.js +++ b/src/app/views/Posts/PostsView.js @@ -9,6 +9,7 @@ import { Container } from '@mui/material'; const PostsView = () => { return ( + ); -- 2.43.0