Skip to content

Commit

Permalink
Import fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 14, 2024
1 parent 3b75745 commit c26192f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/analysis/helpers.ts
Original file line number Diff line number Diff line change
@@ -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<T extends number>(input: T[], sort: boolean): T[] {
if (!sort) {
Expand Down

0 comments on commit c26192f

Please sign in to comment.