Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix import path
Browse files Browse the repository at this point in the history
khaitruong922 committed Sep 17, 2024
1 parent b8d01b1 commit 3882f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ext/settings.d.ts
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import {PointerType} from 'text-scanner';
import {PointerType} from './text-scanner';

Check failure on line 18 in types/ext/settings.d.ts

GitHub Actions / Static Analysis

Missing file extension for "./text-scanner"
import type * as Input from './input';

export type OptionsContextFlag = 'clipboard';

0 comments on commit 3882f33

Please sign in to comment.