Skip to content

Commit

Permalink
fix: resolve import
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 11, 2024
1 parent a65f6c8 commit bde8618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ip/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ExtensionModule, InfoItem, ScriptItem } from '@rokii/api';
import { getIp } from 'getIp';
import { getIp } from './getIp';

const noInternetItem = new InfoItem({
title: 'No IP Address Found',
Expand Down

0 comments on commit bde8618

Please sign in to comment.