B2B-88: add starter kit structure and elements
This commit is contained in:
5
packages/ui/src/makerkit/trans.tsx
Normal file
5
packages/ui/src/makerkit/trans.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Trans as TransComponent } from 'react-i18next/TransWithoutContext';
|
||||
|
||||
export function Trans(props: React.ComponentProps<typeof TransComponent>) {
|
||||
return <TransComponent {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user