aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/continueWatching/page.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-24 22:51:36 +0530
committerreal-zephex <[email protected]>2024-05-24 22:51:36 +0530
commit180c9577f8337991ca71470816333fe8430cd3ca (patch)
tree82caa5a920443bcf0db3746c7ecacd968d4fc148 /src/app/anime/continueWatching/page.jsx
parentstyle: minor improvements to the anime cards (diff)
downloaddramalama-180c9577f8337991ca71470816333fe8430cd3ca.tar.xz
dramalama-180c9577f8337991ca71470816333fe8430cd3ca.zip
✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui and restructured
Diffstat (limited to 'src/app/anime/continueWatching/page.jsx')
-rw-r--r--src/app/anime/continueWatching/page.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/anime/continueWatching/page.jsx b/src/app/anime/continueWatching/page.jsx
index eb28a2f..69d06de 100644
--- a/src/app/anime/continueWatching/page.jsx
+++ b/src/app/anime/continueWatching/page.jsx
@@ -2,7 +2,6 @@
import React, { useState, useEffect } from "react";
import Image from "next/image";
-import styles from "../styles/cw.module.css";
import Link from "next/link";
const ContinueWatching = () => {