mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
11 lines
126 B
JavaScript
11 lines
126 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import GModule from 'gi://GModule?version=2.0';
|
|
export { GModule };
|
|
export default GModule;
|
|
|
|
|
|
|
|
|