Skip to content

Commit

Permalink
fix: importing NetworkInformation types
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Mar 30, 2020
1 parent 7ab6366 commit 54445f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

This file was deleted.

3 changes: 3 additions & 0 deletions packages/web-api-hooks/src/useNetworkInformation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line import/no-unresolved
import 'network-information-types';

import { useEffect, useState } from 'react';

import { canUseDOM, managedEventListener } from './utils';
Expand Down

0 comments on commit 54445f4

Please sign in to comment.