chore: package rename

This commit is contained in:
Morten Olsen
2023-09-06 13:06:52 +02:00
parent 69a6b23455
commit b01ce539b7
7 changed files with 16 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { calulation, plugins } from 'bob-the-algorithm';
import { calulation, plugins } from '@bob-the-algorithm/core';
import { createWorker } from '../../features/runner/worker';
import { convertResult } from '../../utils/graph';

View File

@@ -1,4 +1,4 @@
import { GraphNode } from 'bob-the-algorithm';
import { GraphNode } from '@bob-the-algorithm/core';
import { useMemo } from 'react';
import { ConvertedResult } from '../../utils/graph';
import { format } from 'date-fns';

View File

@@ -1,4 +1,4 @@
import { CalulationResult } from 'bob-the-algorithm';
import { CalulationResult } from '@bob-the-algorithm/core';
function msToHMS(ms: number) {
// 1- Convert to seconds: