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.Gtk = '3.0'
|
|
const Gtk = imports.gi.Gtk;
|
|
|
|
module.exports = Gtk;
|
|
|
|
|
|
|
|
|
|
|