export function VQuote({ children }: { children: React.ReactNode }) { return ( <> 「 {children} 」 > ); }