Add slideshow

This commit is contained in:
Adolfo Reyna
2023-05-06 22:58:16 -04:00
parent 022fd75fa5
commit 0b57db225d
5 changed files with 1023 additions and 10766 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import SinglePostComponent from '../components/SinglePostComponent';
let SinglePost = ({ route }) => {
console.log(route.params.postid)
//console.log(route.params.postid)
return <SinglePostComponent postId={route.params.postid} />;
};