This commit is contained in:
peintnermax
2024-10-11 11:31:27 +02:00
parent 16fe17021c
commit 2b3a4717d7

View File

@@ -1,7 +1,7 @@
"use server";
import { LANGUAGE_COOKIE_NAME } from "@/i18n/request";
import { cookies } from "next/headers";
import { LANGUAGE_COOKIE_NAME } from "./i18n";
export type Cookie = {
id: string;