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