mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
12 lines
102 B
JavaScript
12 lines
102 B
JavaScript
|
|
|
|
imports.gi.versions.Gio = '2.0'
|
|
const Gio = imports.gi.Gio;
|
|
|
|
module.exports = Gio;
|
|
|
|
|
|
|
|
|
|
|