|
|
@@ -4,4 +4,4 @@ export {
|
|
|
} from './configuration-props';
|
|
|
export { isValidGeneralPageInitialProps } from './type-guards';
|
|
|
export type * from './types';
|
|
|
-export { useInitialCSRFetch } from './use-initial-skip-ssr-fetch';
|
|
|
+export { useInitialCSRFetch } from './use-initial-csr-fetch';
|