import { Trans } from '@lingui/macro'; import { Bird } from 'lucide-react'; export const EmptyTemplateState = () => { return (

We're all empty

You have not yet created any templates. To create a template please upload one.

); };