i be real typescript being horny uh

This commit is contained in:
Cypro Freelance 2024-06-26 00:33:15 +05:30
parent e66ab1e116
commit 8580e24b68

View file

@ -1,12 +1,13 @@
import { Poppins } from "next/font/google"; import { Poppins } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { AppProps } from "next/app";
const poppins = Poppins({ const poppins = Poppins({
weight: ["400", "600", "700", "900"], weight: ["400", "600", "700", "900"],
subsets: ["latin"], subsets: ["latin"],
}); });
function MyApp({ Component, pageProps }: any) { function MyApp({ Component, pageProps }: AppProps) {
return ( return (
<> <>
<style jsx global>{` <style jsx global>{`