style(ts): normalize type-only imports

This commit is contained in:
Peter Steinberger
2026-01-04 21:56:16 +01:00
parent 39be40cd23
commit 2ceceb8c25
6 changed files with 44 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ import {
type OAuthCredentials,
type OAuthProvider,
} from "@mariozechner/pi-ai";
import { discoverAuthStorage } from "@mariozechner/pi-coding-agent";
import type { discoverAuthStorage } from "@mariozechner/pi-coding-agent";
import { CONFIG_DIR, resolveUserPath } from "../utils.js";