mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 17:52:16 +00:00
import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user