import { Code, Text } from '@chakra-ui/react'; import React from 'react'; export function FilePathBlock({ children }: { children: React.ReactNode }) { return ( {children} ); }