chore: lint

This commit is contained in:
Luan
2024-12-14 12:35:55 -03:00
parent 5da8a66551
commit e95402731e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { type RawNode } from '../index.js';
import { YTNode } from '../helpers.js';
import Text from "./misc/Text.js";
import Text from './misc/Text.js';
export default class HowThisWasMadeSectionView extends YTNode {
static type = 'HowThisWasMadeSectionView';