diff --git a/src/components/AudioPlayer/PlayerControl.tsx b/src/components/AudioPlayer/PlayerControl.tsx index 1d5446e..67d0837 100644 --- a/src/components/AudioPlayer/PlayerControl.tsx +++ b/src/components/AudioPlayer/PlayerControl.tsx @@ -4,6 +4,8 @@ import Image from 'next/image'; import { secondToDate } from '@/utils/time'; +import styles from './index.module.css'; + import { AutoScrollContainer } from '@/components'; interface Props { @@ -69,14 +71,14 @@ export default function AudioPlayer({ {/* progress bar */}