Skip to content

Commit

Permalink
Create _app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SartHak-0-Sach committed Jan 4, 2025
1 parent aa1aba0 commit a5764ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nextJS-code/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import "@/styles/globals.css";
import type { AppProps } from "next/app";

export default function App({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />;
}

0 comments on commit a5764ac

Please sign in to comment.