diff options
author | 2022-06-06 16:49:53 +0000 | |
---|---|---|
committer | 2022-06-06 16:49:53 +0000 | |
commit | f0f6a3332f88327cf165a35a668ca14aeaac0491 (patch) | |
tree | de26dc62371a7a3f954169ade1bdf3bbac607b13 /packages/webapi/src/lib/Document.ts | |
parent | 5b06398b7ba513a943996aea23399a2e2cb68fd5 (diff) | |
download | astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.gz astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.zst astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.zip |
[ci] formatfix/map-file-404-logs
Diffstat (limited to 'packages/webapi/src/lib/Document.ts')
-rw-r--r-- | packages/webapi/src/lib/Document.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/webapi/src/lib/Document.ts b/packages/webapi/src/lib/Document.ts index 79f9b36fd..b9c30b3a3 100644 --- a/packages/webapi/src/lib/Document.ts +++ b/packages/webapi/src/lib/Document.ts @@ -1,6 +1,6 @@ -import * as _ from './utils' import { Text } from './CharacterData' import { TreeWalker } from './TreeWalker' +import * as _ from './utils' export class Document extends Node { createElement(name: string) { |