mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 03:32:54 +00:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
const imports = globalThis.imports || {};
|
|
|
|
export { imports }
|
|
export default imports;
|
|
|
|
|