Yuki Takei 2 anni fa
parent
commit
ee85d78e6e

+ 1 - 1
packages/remark-lsx/src/components/Lsx.tsx

@@ -1,7 +1,7 @@
 import React, { useCallback, useMemo } from 'react';
 
 
-import { useSWRxLsx } from '../stores/lsx/lsx';
+import { useSWRxLsx } from '../stores/lsx';
 import { generatePageNodeTree } from '../utils/page-node';
 
 import { LsxListView } from './LsxPageList/LsxListView';

+ 1 - 0
packages/remark-lsx/src/stores/lsx/index.ts

@@ -0,0 +1 @@
+export * from './lsx';

+ 0 - 0
packages/remark-lsx/src/stores/lsx/lsx.tsx → packages/remark-lsx/src/stores/lsx/lsx.ts