adding route

 {

path: "healthblog",
children: [
{
index: true,
element: <HealthBlog />,
},
{
path: ":blogFile/:description",
element: <HealthBlogDetails />,
},
],
},



console.error("Invalid URI component:", value);

Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation