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