chore(ShortsLockupView): Use a shorter import

This commit is contained in:
Luan
2025-01-11 17:47:24 -03:00
parent 2913d5f43d
commit 50539bca9c

View File

@@ -1,6 +1,6 @@
import { YTNode } from '../helpers.js';
import { Parser } from '../index.js';
import type { RawNode } from '../types/RawResponse.js';
import type { RawNode } from '../types/index.js';
import BadgeView from './BadgeView.js';
import Text from './misc/Text.js';
import Thumbnail from './misc/Thumbnail.js';