Skip to content

Commit 437b855

Browse files
committed
Fix triple-slash directives
1 parent 26a4749 commit 437b855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/g3kb-switch@g3kb-switch.org/extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="@girs/gio-2.0/gio-2.0" />
2-
/// <reference types="@girs/gnome-shell/dist/extensions" />
3-
/// <reference types="@girs/gnome-shell/dist/ui/status/keyboard-ambient" />
2+
/// <reference types="@girs/gnome-shell/extensions/extension/ambient" />
3+
/// <reference types="@girs/gnome-shell/ui/status/keyboard/ambient" />
44

55
'use strict';
66

0 commit comments

Comments
 (0)