chore: use path aliasing

This commit is contained in:
Ryan Walters
2025-08-21 22:04:08 -05:00
parent f83fc24d13
commit cd8feeabd2
6 changed files with 13 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
// Import generated TypeScript types from ts-rs
import type { StreamResult } from "./bindings/StreamResult";
import type { StreamDetail } from "./bindings/StreamDetail";
import type { StreamResultError } from "./bindings/StreamResultError";
import type { MediaType } from "./bindings/MediaType";
import type { StreamResult } from "@/bindings/StreamResult";
import type { StreamDetail } from "@/bindings/StreamDetail";
import type { StreamResultError } from "@/bindings/StreamResultError";
import type { MediaType } from "@/bindings/MediaType";
export type { StreamResult, StreamDetail, StreamResultError, MediaType };
// Tauri invoke wrapper