Skip to content

Commit 6e131cb

Browse files
committed
Fix import
1 parent bbc0cdf commit 6e131cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-conditional-fallback",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"packageManager": "[email protected]",
55
"description": "react-conditional-fallback",
66
"scripts": {

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ConditionStore from 'ConditionStore';
1+
import ConditionStore from './ConditionStore';
22
import React, { PropsWithChildren, ReactNode, createContext, useContext, useMemo, useSyncExternalStore } from 'react';
33

44
export type ConditionalFallbackProps = PropsWithChildren<{fallback: ReactNode}>;

0 commit comments

Comments
 (0)