diff options
| author | real-zephex <[email protected]> | 2024-05-25 16:58:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-25 16:58:02 +0530 |
| commit | 2d0bcaeeeffef4e6ed6f445378b9729e70901f61 (patch) | |
| tree | 40f63b16c4e11551b45b2989728eb659af47c6e2 /src/app/anime/continueWatching | |
| parent | ✅ fix(anime): fix continue watching functionality and minor tweaks (diff) | |
| download | dramalama-2d0bcaeeeffef4e6ed6f445378b9729e70901f61.tar.xz dramalama-2d0bcaeeeffef4e6ed6f445378b9729e70901f61.zip | |
🚀 refactor(movie): revamped movie section
Diffstat (limited to 'src/app/anime/continueWatching')
| -rw-r--r-- | src/app/anime/continueWatching/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/continueWatching/page.jsx b/src/app/anime/continueWatching/page.jsx index e58360e..8951f4a 100644 --- a/src/app/anime/continueWatching/page.jsx +++ b/src/app/anime/continueWatching/page.jsx @@ -2,7 +2,7 @@ import React, { useState, useEffect } from "react"; import NextImage from "next/image"; -import { Card, CardFooter, Image, Button, Link } from "@nextui-org/react"; +import { CarFooter, Image, Link } from "@nextui-org/react"; const ContinueWatching = () => { const [localItems, setLocalItems] = useState(null); |