From 9b912486fe20747924457d684343ed802896652c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 14 Apr 2025 21:01:33 +0200 Subject: [PATCH] Remove unused `` explicit import of 'docsearch' --- site/src/components/head/Stylesheet.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/src/components/head/Stylesheet.astro b/site/src/components/head/Stylesheet.astro index 787d182444..d0203893a4 100644 --- a/site/src/components/head/Stylesheet.astro +++ b/site/src/components/head/Stylesheet.astro @@ -10,6 +10,4 @@ interface Props { const { direction } = Astro.props --- - -