mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +00:00
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
export {} from "./failing.mjs";
|
|
export {};
|
|
// This should not be a duplicate!
|
|
export {} from "./failing.mjs";
|