mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 19:04:23 +02:00
lint all files
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import formatDuration from 'format-duration';
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
|
||||
import styles from './playerbar-slider.module.css';
|
||||
import { CustomPlayerbarSlider } from './playerbar-slider';
|
||||
|
||||
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
||||
import { usePlayerTimestamp } from '/@/renderer/store';
|
||||
import { CustomPlayerbarSlider } from './playerbar-slider';
|
||||
|
||||
interface PlayerbarSeekSliderProps {
|
||||
max: number;
|
||||
|
||||
Reference in New Issue
Block a user