import React from 'react' import { T } from '@example/i18n' const Header: React.FC = () => { return <header>{T`Harry's header`}</header> }.
確定! 回上一頁