feat: new file
This commit is contained in:
15
frontend/app/layout.tsx
Normal file
15
frontend/app/layout.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
export const metadata = {
|
||||
title: "Crawl BI Dashboard",
|
||||
description: "Sales BI + Trend Engine + AI insight"
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="zh-CN">
|
||||
<body style={{ margin: 0, fontFamily: "ui-sans-serif, system-ui, -apple-system" }}>
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user