From c26192fa594d890a34f7eaa4ea03488a13a28e67 Mon Sep 17 00:00:00 2001 From: Smoren Date: Tue, 14 May 2024 19:20:28 +0300 Subject: [PATCH] Import fixes. --- src/lib/analysis/helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {