import { EditorShell } from "../../../components/editor/EditorShell"; import { aristotleFixture } from "../../../lib/fixtures/aristotle"; // M1: every projectId resolves to the Aristotle fixture. // M4–M5 wire this to a real database lookup. export default async function EditorPage(_props: { params: Promise<{ projectId: string }> }) { return ; }