重构文件结构,调整 Header 和 Footer 组件的导入路径

This commit is contained in:
2025-04-25 09:19:31 +08:00
parent 28c17a2be6
commit 8b742bdc34
12 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ export default async function RootLayout({
const user = await getProfile()
return (
<html lang="zh-Cn">
<html lang="zh-CN">
<body className={`${font.className}`}>
<StoreProvider user={user}>
{children}