chore: lint

This commit is contained in:
Luan
2024-08-01 06:03:51 -03:00
parent 04369be620
commit e55d4af100
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { timeToSeconds } from '../../utils/Utils.js';
import { YTNode, type ObservedArray, type SuperParsedResult } from '../helpers.js';
import { YTNode, type ObservedArray } from '../helpers.js';
import { Parser, type RawNode } from '../index.js';
import Menu from './menus/Menu.js';
import MetadataBadge from './MetadataBadge.js';