Skip to content

Commit

Permalink
updating path to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
wkaspryk committed Feb 29, 2024
1 parent da21540 commit 5bdfdd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ITableRowData } from './ITableRowData';
import { TableRow } from './TableRow';
import { useAllocationByOS } from './hooks';
import { getColumns, getLabel } from './utils';
import { convertToStorageSize } from './../../../utils/convertToStorageSize';
import { convertToStorageSize } from '@/utils/convertToStorageSize';
export interface IAllocationTableProps {
/** Filter servers by their OS */
osClassName?: string;
Expand Down

0 comments on commit 5bdfdd0

Please sign in to comment.