File tree Expand file tree Collapse file tree 3 files changed +0
-308
lines changed Expand file tree Collapse file tree 3 files changed +0
-308
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import NavInternal from "../sections/NavInternal.astro";
55import Footer from " ../sections/Footer.astro" ;
66import Install from " ../components/Install.astro" ;
77import HooksList from " ../components/search/HooksList" ;
8- import CountdownBanner from " ../components/CountdownBanner.astro" ;
98
109export async function getStaticPaths() {
1110 const hooks = await getCollection (" hooks" );
@@ -46,7 +45,6 @@ const hooks = await getCollection("hooks").then((hooks) => {
4645 description ={ tagline }
4746 ogImage ={ ogImage }
4847>
49- <CountdownBanner />
5048 <NavInternal />
5149 <main >
5250 <section >
Original file line number Diff line number Diff line change 11---
22import { getCollection } from " astro:content" ;
33import Layout from " ../layouts/Layout.astro" ;
4- import CountdownBanner from " ../components/CountdownBanner.astro" ;
54import NavMain from " ../sections/NavMain.astro" ;
65import HomeHero from " ../sections/HomeHero.astro" ;
76import HooksList from " ../components/search/HooksList" ;
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
1413 title =" useHooks – The React Hooks Library"
1514 description =" A collection of modern, server-safe React hooks – from the ui.dev team"
1615>
17- <CountdownBanner />
1816 <NavMain />
1917 <HomeHero />
2018 <HooksList client:load hooks ={ hooks } />
You can’t perform that action at this time.
0 commit comments