Yuki Takei 8 месяцев назад
Родитель
Сommit
72809645c7

+ 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';