From 21591b7de76630917817fde6f2f887a31385b6a6 Mon Sep 17 00:00:00 2001 From: casperiv0 <53900565+casperiv0@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:20:56 +0200 Subject: [PATCH] chore(release): 0.14.0 --- integrations/sync/nui-dev/src/components/next-intl.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/sync/nui-dev/src/components/next-intl.tsx b/integrations/sync/nui-dev/src/components/next-intl.tsx index 403b665..466a68b 100644 --- a/integrations/sync/nui-dev/src/components/next-intl.tsx +++ b/integrations/sync/nui-dev/src/components/next-intl.tsx @@ -1,4 +1,4 @@ -import { NextIntlProvider } from "next-intl"; +import { IntlProvider } from "next-intl"; const MESSAGES_REQUIRED_IN_COMPONENTS = { Common: { @@ -30,8 +30,8 @@ interface Props { export function NextIntlWrapper(props: Props) { return ( - + {props.children} - + ); }