Rename numbers helper

This commit is contained in:
Piotr Rogowski 2022-08-21 00:09:30 +02:00
parent 666dccc9f9
commit 31ba77ea6d
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
6 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ import uPlot from 'uplot';
import {
colorHsl,
formatNumber,
} from '../../utils/number';
} from '../../utils/numbers';
import LandscapeNotice from '../Tune/Dialog/LandscapeNotice';
import { Colors } from '../../utils/colors';
import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin';

View File

@ -1,7 +1,7 @@
/* eslint-disable react/no-array-index-key */
import { useCallback } from 'react';
import { colorHsl } from '../../../../utils/number';
import { colorHsl } from '../../../../utils/numbers';
const titleProps = { disabled: true };

View File

@ -2,7 +2,7 @@
import { Grid } from 'antd';
import LandscapeNotice from './LandscapeNotice';
import { colorHsl } from '../../../utils/number';
import { colorHsl } from '../../../utils/numbers';
const { useBreakpoint } = Grid;

View File

@ -35,7 +35,7 @@ import {
loadToothLogs,
} from '../utils/api';
import store from '../store';
import { formatBytes } from '../utils/number';
import { formatBytes } from '../utils/numbers';
import CompositeCanvas from '../components/TriggerLogs/CompositeCanvas';
import TriggerLogsParser, {
CompositeLogEntry,

View File

@ -39,7 +39,7 @@ import store from '../store';
import {
formatBytes,
msToTime,
} from '../utils/number';
} from '../utils/numbers';
import useConfig from '../hooks/useConfig';
import {
isExpression,