import * as S from './info.styles'; export default function Info({ version }: { version: string }) { return (

Start by editing the templates/welcome.tsx file and see how your template automatically updates in the preview

Are you on version {version}? This is the latest version available, by the way this information was loaded by your email template directly from github with a GET request

); }