Skip to content

Commit cc36497

Browse files
authored
Fix ip num (#1812)
1 parent 0ed7bf5 commit cc36497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/src/components/tracker/TrackersTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import classNames from 'classnames';
2-
import { IPv4 } from 'ip-num/IPNumber';
2+
import { IPv4 } from 'ip-num';
33
import { createContext, ReactNode, useContext, useMemo } from 'react';
44
import { useConfig } from '@/hooks/config';
55
import { useTracker } from '@/hooks/tracker';

0 commit comments

Comments
 (0)