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,4 +1,4 @@
import { formatBytes } from "./format.js";
import { formatBytes } from "@/lib/format";
import { test, expect } from "vitest";
test("formats bytes less than 1024", () => {