Skip to content

Commit 5e93d9e

Browse files
committed
refactor: remove unneeded imports to VerseSlide
1 parent f93bd73 commit 5e93d9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/VerseSlide.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React from "react";
22
import { cn } from "@/lib/utils";
3-
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
4-
import { motion, AnimatePresence } from "framer-motion";
53

64
interface VerseSlideProps {
75
className?: string;

0 commit comments

Comments
 (0)