mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
11 lines
110 B
JavaScript
11 lines
110 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import Gio from 'gi://Gio?version=2.0';
|
|
export { Gio };
|
|
export default Gio;
|
|
|
|
|
|
|
|
|