mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 10:16:41 +00:00
code format
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use server';
|
'use server';
|
||||||
|
|
||||||
import {cookies, headers} from 'next/headers';
|
import { cookies, headers } from 'next/headers';
|
||||||
import {Locale, defaultLocale, locales} from '@/i18n/config';
|
import { Locale, defaultLocale, locales } from '@/i18n/config';
|
||||||
|
|
||||||
// In this example the locale is read from a cookie. You could alternatively
|
// In this example the locale is read from a cookie. You could alternatively
|
||||||
// also read it from a database, backend service, or any other source.
|
// also read it from a database, backend service, or any other source.
|
||||||
|
|||||||
Reference in New Issue
Block a user