Skip to content

Commit

Permalink
fix(SharedPost): import Menu node directly (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Mar 8, 2023
1 parent 197bb75 commit 3e3dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/classes/SharedPost.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { YTNode } from '../helpers.js';
import { Menu } from '../map.js';
import Parser from '../parser.js';
import BackstagePost from './BackstagePost.js';
import Button from './Button.js';
import Menu from './menus/Menu.js';
import Author from './misc/Author.js';
import Text from './misc/Text.js';
import Thumbnail from './misc/Thumbnail.js';
Expand Down

0 comments on commit 3e3dc35

Please sign in to comment.