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 Gvc from 'gi://Gvc?version=1.0';
|
|
export { Gvc };
|
|
export default Gvc;
|
|
|
|
|
|
|
|
|