diff --git a/src/useCookieValue/__docs__/example.stories.tsx b/src/useCookieValue/__docs__/example.stories.tsx index 62b10ff85..247a65ab3 100644 --- a/src/useCookieValue/__docs__/example.stories.tsx +++ b/src/useCookieValue/__docs__/example.stories.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { useCookieValue } from '../..'; +import { useCookieValue } from '../useCookieValue'; export const Example: React.FC = () => { const [cookie, set, remove] = useCookieValue('react-hookz', { expires: 3600 });