From 47d72daded92153941cb5a506cd8e2fb6f0ac821 Mon Sep 17 00:00:00 2001 From: trueberryless <99918022+trueberryless@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:21:21 +0100 Subject: [PATCH] Move import to the top --- docs/src/content/docs/resources/plugins.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index 828046735e8..406f188b73a 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -10,6 +10,8 @@ Have you built a plugin or a tool for Starlight? Open a PR adding a link to this page! ::: +import { CardGrid, LinkCard } from '@astrojs/starlight/components'; + ## Plugins [Plugins](/reference/plugins/) can customize Starlight configuration, UI, and behavior, while also being easy to share and reuse. @@ -129,8 +131,6 @@ A theme is a Starlight plugin that changes the visual appearance of a site with ## Community tools and integrations -import { CardGrid, LinkCard } from '@astrojs/starlight/components'; - These community tools and integrations can be used to add features to your Starlight site.