From b1dbfa05e780abec34457c1ec1b623d4da6a934a Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:57:58 -0400 Subject: [PATCH] Update imports from alias --- src/content/post/astrowind-template-in-depth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/post/astrowind-template-in-depth.mdx b/src/content/post/astrowind-template-in-depth.mdx index a595ff0..b105b39 100644 --- a/src/content/post/astrowind-template-in-depth.mdx +++ b/src/content/post/astrowind-template-in-depth.mdx @@ -13,7 +13,7 @@ canonical: https://astrowind.vercel.app/astrowind-template-in-depth --- import DListItem from '~/components/ui/DListItem.astro'; -import ToggleTheme from '~/components/components/common/ToggleTheme.astro'; +import ToggleTheme from '~/components/common/ToggleTheme.astro'; ## Overview