We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed7bf5 commit cc36497Copy full SHA for cc36497
1 file changed
gui/src/components/tracker/TrackersTable.tsx
@@ -1,5 +1,5 @@
1
import classNames from 'classnames';
2
-import { IPv4 } from 'ip-num/IPNumber';
+import { IPv4 } from 'ip-num';
3
import { createContext, ReactNode, useContext, useMemo } from 'react';
4
import { useConfig } from '@/hooks/config';
5
import { useTracker } from '@/hooks/tracker';
0 commit comments