I've figure out that you just need to escape the brackets:
useEffect(()=>{ const blogFound = await import(`./\(blog-articles\)/${params['blog-id'].ts`});
I hope everyone finds this useful