File tree Expand file tree Collapse file tree 3 files changed +8
-62
lines changed
Expand file tree Collapse file tree 3 files changed +8
-62
lines changed Original file line number Diff line number Diff line change 2323 "react-dom" : " ^19.0.0"
2424 },
2525 "devDependencies" : {
26- "@eslint/eslintrc" : " ^3" ,
2726 "@tailwindcss/postcss" : " ^4.1.10" ,
28- "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
2927 "@types/node" : " ^20" ,
3028 "@types/react" : " ^19" ,
3129 "@types/react-dom" : " ^19" ,
32- "chokidar" : " ^4.0.3" ,
33- "concurrently" : " ^9.1.2" ,
34- "eslint" : " ^9" ,
35- "eslint-config-next" : " 15.3.3" ,
36- "eslint-config-prettier" : " ^10.1.5" ,
37- "eslint-plugin-prettier" : " ^5.4.1" ,
3830 "postcss" : " ^8.5.5" ,
3931 "prettier" : " ^3.5.3" ,
4032 "prettier-plugin-tailwindcss" : " ^0.6.12" ,
4133 "tailwindcss" : " ^4.1.10" ,
42- "ts-morph" : " ^26.0.0" ,
4334 "typescript" : " ^5"
4435 }
4536}
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ import { bodyAttributes } from '@zero-ui/attributes';
22import './globals.css' ;
33import { TopBarV2 } from './components/TopBar' ;
44
5+ export const metadata = {
6+ title : 'React Zero UI Demo' ,
7+ description : 'React Zero UI Demo' ,
8+ alternates : {
9+ canonical : process . env . NEXT_PUBLIC_URL ,
10+ } ,
11+ } ;
12+
513export default function RootLayout ( {
614 children,
715} : Readonly < {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments