diff --git a/src/lib/analysis/helpers.ts b/src/lib/analysis/helpers.ts index 1c63e98..937bea6 100644 --- a/src/lib/analysis/helpers.ts +++ b/src/lib/analysis/helpers.ts @@ -1,5 +1,5 @@ -import type { TotalSummary } from '@/lib/types/analysis'; -import { arrayUnaryOperation } from "@/lib/math"; +import type { TotalSummary } from '../types/analysis'; +import { arrayUnaryOperation } from '../math'; function prepareArray(input: T[], sort: boolean): T[] { if (!sort) {