mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 13:37:10 +09:00
3 lines
239 B
JavaScript
3 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";
|