mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +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";
|