From e4ce88fa532b15d4dcce8b8176f3e376e8c9c65f Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 25 Sep 2023 23:45:27 +0700 Subject: Update v4.1.1 --- components/anime/mobile/topSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/anime/mobile') 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"; -- cgit v1.2.3