From 50539bca9c45ff9fb8666d5a532bf1530778ce80 Mon Sep 17 00:00:00 2001 From: Luan Date: Sat, 11 Jan 2025 17:47:24 -0300 Subject: [PATCH] chore(ShortsLockupView): Use a shorter import --- src/parser/classes/ShortsLockupView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/classes/ShortsLockupView.ts b/src/parser/classes/ShortsLockupView.ts index 154a3ec1..c9cc5a47 100644 --- a/src/parser/classes/ShortsLockupView.ts +++ b/src/parser/classes/ShortsLockupView.ts @@ -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';