import "@/styles/globals.css"; import type { AppProps } from "next/app"; import { Navigation } from "@/components/navigation"; import { NearProvider } from 'near-connect-hooks'; export default function App({ Component, pageProps }: AppProps) { return ( ); }