A lot of pain and suffering went into this

This commit is contained in:
Adwit Mukherji
2024-10-27 02:48:21 +00:00
parent d2992645c9
commit 02581bd38a

View File

@@ -3,7 +3,6 @@ import React, { Suspense, useEffect, useState } from 'react';
import { useRouter, useSearchParams } from 'next/navigation';
import Header from '../../components/custom/header';
import Footer from '../../components/custom/footer';
import { p } from 'framer-motion/client';
export const dynamic = 'force-dynamic';