// sample.tsx import React from "react"; export function Hello({ name }: { name: string }) { return {name}; } export const App = () => ; // arrow fn assigned → glue