blog details page added

This commit was merged in pull request #15.
This commit is contained in:
victorAnumudu
2024-08-03 20:20:08 +01:00
parent e59d96b60d
commit 83e664eab4
9 changed files with 220 additions and 49 deletions
+1
View File
@@ -3,6 +3,7 @@ import React, { useEffect, useState } from "react";
import Link from "next/link";
import blogOne from "../../assets/images/blog/1.jpg";
import BlogData from "../../Services/BlogData";
// import Image from "next/image";
/**
* Fetches blog data from an API and renders the blogs on the page.