From 70b4f633a6fbedb58c8b9134ac64ede854d489de Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 20 Nov 2023 12:27:46 +0100 Subject: refactor(components): replace PageLayout template with Page * split pages in smaller components (it is both easier to maintain and more readable, we avoid the use of fragments in pages directory) * extract breadcrumbs from article tag (the navigation is not related to the page contents) * remove useReadingTime hook * remove layout options except `isHome` --- src/utils/hooks/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/hooks/index.ts') diff --git a/src/utils/hooks/index.ts b/src/utils/hooks/index.ts index b3fa627..240a092 100644 --- a/src/utils/hooks/index.ts +++ b/src/utils/hooks/index.ts @@ -17,7 +17,6 @@ export * from './use-pagination'; export * from './use-posts-list'; export * from './use-prism'; export * from './use-prism-theme'; -export * from './use-reading-time'; export * from './use-redirection'; export * from './use-reduced-motion'; export * from './use-scroll-lock'; -- cgit v1.2.3