Na criação do componente LINK
./pages/src/components/Link/index.js Module parse failed: Identifier 'Link' has already been declared (3:24) File was processed with these loaders:
- ./node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
You may need an additional loader to handle the result of these loaders.
| import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
| import Link from "next/link";
export default function Link({ children , href , ...props }) { | return /#PURE/ _jsxDEV(Link, { | href: href,