import { getLocaleOnServer } from '@/i18n/server' import './styles/globals.css' import './styles/markdown.scss' const LocaleLayout = ({ children, }: { children: React.ReactNode }) => { const locale = getLocaleOnServer() return (