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