|
@@ -1,7 +1,8 @@
|
|
|
import React from 'react';
|
|
|
import Post from './Post/post';
|
|
|
-import './my posts.css';
|
|
|
-import { addPostActionCreator, updateNewPostTextActionCreator } from '../../../Redux/state';
|
|
|
+import './myPosts.css';
|
|
|
+// import { addPostActionCreator, updateNewPostTextActionCreator } from '../../../Redux/state';
|
|
|
+import { addPostActionCreator, updateNewPostTextActionCreator } from '../../../Redux/state.js';
|
|
|
// import { addPostActionCreator } from '../../../Redux/state';
|
|
|
|
|
|
function MyPosts(props) {
|