Yuki Takei 9 ماه پیش
والد
کامیت
72809645c7
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      apps/app/src/states/page/fetch-current-page.ts
  2. 1 1
      apps/app/src/states/page/index.ts

+ 0 - 0
apps/app/src/states/page/page-fetcher.ts → apps/app/src/states/page/fetch-current-page.ts


+ 1 - 1
apps/app/src/states/page/index.ts

@@ -24,7 +24,7 @@ export {
 // Data fetching hooks
 export {
   useFetchCurrentPage,
-} from './page-fetcher';
+} from './fetch-current-page';
 
 // Re-export types that external consumers might need
 export type { UseAtom } from '../ui/helper';