fix: migrate lingui

This commit is contained in:
David Nguyen
2025-02-07 19:40:21 +11:00
parent 19dc43dca1
commit 4aec21a37f
101 changed files with 134 additions and 111 deletions

View File

@ -1,6 +1,6 @@
import React, { forwardRef } from 'react';
import { Trans } from '@lingui/macro';
import { Trans } from '@lingui/react/macro';
import { RecipientRole } from '@prisma/client';
import type { SelectProps } from '@radix-ui/react-select';
import { InfoIcon } from 'lucide-react';