import fs from "fs"; import path from "path"; import MarkdownRenderer from "../../components/MardownRenderer"; export default function YoutubePage() { const filePath = path.join(process.cwd(), "app/Youtube/robot_vaccume_only_starts_when_I_leave_the_house/script.md"); const markdown = fs.readFileSync(filePath, "utf8"); return (