app-index.tsx:25 Warning: Extra attributes from the server: class
at body
at html
at AdminLayout (webpack-internal:///(app-pages-browser)/./src/app/(admin)/layout.tsx:15:11)
at InnerLayoutRouter (webpack-internal:///(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js:243:11)
× You are attempting to export "metadata" from a component marked with "use client", which is disallowed. Either remove the export, or the "use client" directive. Read more: https://nextjs.org/
│ docs/getting-started/react-essentials#the-use-client-directive