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 {