mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 13:50:58 +00:00
4 lines
239 B
JavaScript
4 lines
239 B
JavaScript
|
|
// Since 'default-and-star-export-indirect.mjs' only contains an all-but-default re export of
|
||
|
|
// 'default-and-star-export.mjs' it should not have a default value.
|
||
|
|
import defaultExportIndirect from "./default-and-star-export-indirect.mjs";
|