Skip to content

Commit 1e89b54

Browse files
authored
import hooks from react (#34)
1 parent 2ab890c commit 1e89b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/use-rollbar-context.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import invariant from 'tiny-invariant';
2+
import { useEffect, useLayoutEffect } from 'react';
23
import { useRollbar } from './use-rollbar';
34
import { useRollbarConfiguration } from './use-rollbar-config';
45

0 commit comments

Comments
 (0)