feat: booking confirmation page with hardcoded data
This commit is contained in:
@@ -8,7 +8,7 @@ import { Lang } from "@/constants/languages"
|
||||
const cache = createIntlCache()
|
||||
|
||||
async function initIntl(lang: Lang) {
|
||||
return createIntl(
|
||||
return createIntl<React.ReactNode>(
|
||||
{
|
||||
defaultLocale: Lang.en,
|
||||
locale: lang,
|
||||
|
||||
Reference in New Issue
Block a user