aboutsummaryrefslogtreecommitdiff
path: root/components/anime/mobile
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-25 23:45:27 +0700
committerFactiven <[email protected]>2023-09-25 23:45:27 +0700
commite4ce88fa532b15d4dcce8b8176f3e376e8c9c65f (patch)
tree68b377cc39f66bd23e95d5276ec555ffd87eacbe /components/anime/mobile
parentUpdate _app.js (diff)
downloadmoopa-e4ce88fa532b15d4dcce8b8176f3e376e8c9c65f.tar.xz
moopa-e4ce88fa532b15d4dcce8b8176f3e376e8c9c65f.zip
Update v4.1.1
Diffstat (limited to 'components/anime/mobile')
-rw-r--r--components/anime/mobile/topSection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/anime/mobile/topSection.js b/components/anime/mobile/topSection.js
index 8db1465..761a9fd 100644
--- a/components/anime/mobile/topSection.js
+++ b/components/anime/mobile/topSection.js
@@ -2,7 +2,7 @@ import { PlayIcon, PlusIcon, ShareIcon } from "@heroicons/react/24/solid";
import Image from "next/image";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";
-import { convertSecondsToTime } from "../../../utils/getTimes";
+import { convertSecondsToTime } from "@/utils/getTimes";
import Link from "next/link";
import InfoChip from "./reused/infoChip";
import Description from "./reused/description";