Skip to content

Commit 945436d

Browse files
committed
discount
1 parent 51a94c7 commit 945436d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

usehooks.com/src/pages/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import NavMain from "../sections/NavMain.astro";
55
import HomeHero from "../sections/HomeHero.astro";
66
import HooksList from "../components/search/HooksList";
77
import Footer from "../sections/Footer.astro";
8-
import QueryGGBanner from "../components/QueryGGBanner.astro";
98
109
const hooks = await getCollection("hooks");
1110
---
@@ -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-
<QueryGGBanner />
1816
<NavMain />
1917
<HomeHero />
2018
<HooksList client:load hooks={hooks} />

0 commit comments

Comments
 (0)