Login Logout Navbar ProfileForm moved to MUI
This commit is contained in:
@@ -13,7 +13,6 @@ const Posts = () => {
|
||||
fetchData();
|
||||
}, [dispatch]);
|
||||
const posts = useAppSelector((state) => state.post.posts);
|
||||
|
||||
|
||||
return (
|
||||
<section className="container">
|
||||
|
||||
Reference in New Issue
Block a user