mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-05 07:12:49 +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;
|
|
|
|
|
|
|
|
|