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