From ba678692a52ff703a2d4f1b9a635fabbac30579a Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 17 Jun 2024 18:39:59 +0200 Subject: [PATCH] refactor(chore): :recycle: update `import` to `import type` --- utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.ts b/utils.ts index 0a8dcb6..7171cb2 100644 --- a/utils.ts +++ b/utils.ts @@ -1,4 +1,4 @@ -import { Login } from '@/types.ts' +import type { Login } from '@/types.ts' export function toLogin({ firstname,