Skip to content

Commit

Permalink
chore(FeedNudge): Add Text import
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Dec 4, 2023
1 parent f938c34 commit 4e67240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser/classes/FeedNudge.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 4e67240

Please sign in to comment.