Skip to content

Commit 57b5cb6

Browse files
authored
Update use-context-mutator.ts
Signed-off-by: Todd Baert <[email protected]>
1 parent 5f9449b commit 57b5cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react/src/provider/use-context-mutator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { useCallback, useContext, useRef } from 'react';
2-
import { OpenFeature, EvaluationContext } from '@openfeature/web-sdk';
2+
import type { EvaluationContext } from '@openfeature/web-sdk';
3+
import { OpenFeature } from '@openfeature/web-sdk';
34
import { Context } from './context';
45

56
/**

0 commit comments

Comments
 (0)