﻿function ChapterL3M8({ onNav }) {
  return <StubChapter id="l3-m8" title="Proyecto final — asistente con contexto" onNav={onNav} />;
}
window.ChapterL3M8 = ChapterL3M8;