From 12ab313ca592e14111a14a39b8df0ce54e1aa4d7 Mon Sep 17 00:00:00 2001
From: Khai Truong <khai.truong@codelink.io>
Date: Wed, 18 Sep 2024 00:00:07 +0700
Subject: [PATCH] fix import

---
 types/ext/settings.d.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/types/ext/settings.d.ts b/types/ext/settings.d.ts
index c93b386961..16a1c091cc 100644
--- a/types/ext/settings.d.ts
+++ b/types/ext/settings.d.ts
@@ -15,7 +15,7 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-import {PointerType} from './text-scanner';
+import type {PointerType} from './text-scanner';
 import type * as Input from './input';
 
 export type OptionsContextFlag = 'clipboard';