From 2c8597fce6d6efdc6583aa3139875a6a3dcb7b26 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 07:27:26 -0400 Subject: [PATCH] Remove unnecessary import CustomStyles --- src/components/common/MetaTags.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro index 6cc5a9d..26b9969 100644 --- a/src/components/common/MetaTags.astro +++ b/src/components/common/MetaTags.astro @@ -8,7 +8,6 @@ import { MetaSEO } from '~/types'; import { getCanonical, getAsset } from '~/utils/permalinks'; import { getRelativeUrlByFilePath } from '~/utils/directories'; -import CustomStyles from '~/components/CustomStyles.astro'; import SplitbeeAnalytics from './SplitbeeAnalytics.astro'; export interface Props extends MetaSEO {