Routed the blog data to th single blog page

This commit is contained in:
DESKTOP-QHP1O2H\MIKE
2023-01-14 13:52:40 -08:00
parent 138544c463
commit 05f30c224c
6 changed files with 773 additions and 489 deletions
+7
View File
@@ -0,0 +1,7 @@
const Main = ({ brdcum }) => {
console.log('something else');
};
export default Main;