We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9b52 commit f546192Copy full SHA for f546192
src/pages/interview-prep/index.tsx
@@ -4,7 +4,6 @@ import Layout from "@theme/Layout"
4
import Head from "@docusaurus/Head"
5
import { motion, AnimatePresence } from "framer-motion"
6
import Link from "@docusaurus/Link"
7
-import "../../css/custom.css"
8
9
// Animation variants
10
const fadeIn = {
@@ -894,7 +893,6 @@ const InterviewPrepPage: React.FC = () => {
894
893
))}
895
</div>
896
</motion.div>
897
-
898
{/* Quick Stats */}
899
<motion.div
900
className="bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl p-8 text-white"
0 commit comments