Skip to content

Commit f596f60

Browse files
authored
reorder imports
1 parent 9f9213d commit f596f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Entrypoint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*/
55
"use strict";
66

7-
/** @typedef {import("./Chunk.js")} Chunk */
8-
97
const ChunkGroup = require("./ChunkGroup");
108

9+
/** @typedef {import("./Chunk.js")} Chunk */
10+
1111
/**
1212
* Entrypoint serves as an encapsulation primitive for chunks that are
1313
* a part of a single ChunkGroup. They represent all bundles that need to be loaded for a

0 commit comments

Comments
 (0)