refactor(chore): ♻️ update import to import type

This commit is contained in:
Julien Oculi 2024-06-17 18:39:59 +02:00
parent 9520d222ae
commit ba678692a5

View file

@ -1,4 +1,4 @@
import { Login } from '@/types.ts' import type { Login } from '@/types.ts'
export function toLogin({ export function toLogin({
firstname, firstname,