Skip to content

Commit f546192

Browse files
committed
feat: UI-Overview Tab
1 parent 7bb9b52 commit f546192

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/interview-prep/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Layout from "@theme/Layout"
44
import Head from "@docusaurus/Head"
55
import { motion, AnimatePresence } from "framer-motion"
66
import Link from "@docusaurus/Link"
7-
import "../../css/custom.css"
87

98
// Animation variants
109
const fadeIn = {
@@ -894,7 +893,6 @@ const InterviewPrepPage: React.FC = () => {
894893
))}
895894
</div>
896895
</motion.div>
897-
898896
{/* Quick Stats */}
899897
<motion.div
900898
className="bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl p-8 text-white"

0 commit comments

Comments
 (0)