mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { useTranslations } from "next-intl";
|
|
|
|
export function useT() {
|
|
return useTranslations();
|
|
}
|