diff --git a/src/parser/classes/FeedNudge.ts b/src/parser/classes/FeedNudge.ts index ede37e08c..92f82bb2d 100644 --- a/src/parser/classes/FeedNudge.ts +++ b/src/parser/classes/FeedNudge.ts @@ -1,5 +1,6 @@ import { YTNode } from '../helpers.js'; -import { NavigationEndpoint } from '../nodes.js'; +import NavigationEndpoint from './NavigationEndpoint.js'; +import Text from './misc/Text.js'; import type { RawNode } from '../types/index.js';