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