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