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