mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-21 17:12:39 +00:00
11 lines
118 B
JavaScript
11 lines
118 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import Pango from 'gi://Pango?version=1.0';
|
|
export { Pango };
|
|
export default Pango;
|
|
|
|
|
|
|
|
|