This commit is contained in:
Manav Rathi 2025-01-09 12:08:15 +05:30
parent 6db07c30e2
commit a6e16092f9
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ import type { AppProps } from "next/app";
import React, { useEffect, useMemo, useState } from "react";
import { AppContext } from "../types/context";
import "@fontsource-variable/inter";
import "styles/global.css";
const App: React.FC<AppProps> = ({ Component, pageProps }) => {