import type { ReactNode } from 'react'; export function FilePathBlock({ children }: { children: ReactNode }) { return (
{children}