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";
5
5
import Footer from " ../sections/Footer.astro" ;
6
6
import Install from " ../components/Install.astro" ;
7
7
import HooksList from " ../components/search/HooksList" ;
8
- import CountdownBanner from " ../components/CountdownBanner.astro" ;
9
8
10
9
export async function getStaticPaths() {
11
10
const hooks = await getCollection (" hooks" );
@@ -46,7 +45,6 @@ const hooks = await getCollection("hooks").then((hooks) => {
46
45
description ={ tagline }
47
46
ogImage ={ ogImage }
48
47
>
49
- <CountdownBanner />
50
48
<NavInternal />
51
49
<main >
52
50
<section >
Original file line number Diff line number Diff line change 1
1
---
2
2
import { getCollection } from " astro:content" ;
3
3
import Layout from " ../layouts/Layout.astro" ;
4
- import CountdownBanner from " ../components/CountdownBanner.astro" ;
5
4
import NavMain from " ../sections/NavMain.astro" ;
6
5
import HomeHero from " ../sections/HomeHero.astro" ;
7
6
import HooksList from " ../components/search/HooksList" ;
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
14
13
title =" useHooks – The React Hooks Library"
15
14
description =" A collection of modern, server-safe React hooks – from the ui.dev team"
16
15
>
17
- <CountdownBanner />
18
16
<NavMain />
19
17
<HomeHero />
20
18
<HooksList client:load hooks ={ hooks } />
You can’t perform that action at this time.
0 commit comments