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