chore: Fix import formatting in multiple files

This commit is contained in:
LuanRT
2023-12-26 23:16:45 -03:00
parent 9c503f4fa8
commit 82d5d1e3e1
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import type { ObservedArray} from '../helpers.js';
import type { ObservedArray } from '../helpers.js';
import { YTNode } from '../helpers.js';
import type { RawNode } from '../index.js';
import { Parser } from '../index.js';