import { CodeEditor } from '@@/CodeEditor'; type Props = { manifest: string; }; export function ManifestDetails({ manifest }: Props) { return ( ); }