Skip to content

Commit bd5da0b

Browse files
updates
1 parent a147d2f commit bd5da0b

6 files changed

Lines changed: 1055 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { loadInterviewBodyHtml } from '@/lib/interview-body-html';
2+
3+
export default function Article() {
4+
const html = loadInterviewBodyHtml('2026-07-06-ml-genai-platform-engineer-interview-questions-rag-agentic-ai');
5+
return <div dangerouslySetInnerHTML={{ __html: html }} />;
6+
}

0 commit comments

Comments
 (0)