mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
refactor: use relative TS path
This commit is contained in:
@@ -19,8 +19,8 @@ import { useTranslation } from 'next-i18next';
|
||||
import { FunctionComponent, useState } from 'react';
|
||||
|
||||
import { useGetUsenetHistory } from '../dashDot/api';
|
||||
import { parseDuration } from '../../tools/client/parseDuration';
|
||||
import { humanFileSize } from '../../tools/humanFileSize';
|
||||
import { parseDuration } from '~/tools/client/parseDuration';
|
||||
import { humanFileSize } from '~/tools/humanFileSize';
|
||||
|
||||
dayjs.extend(duration);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user