Fix imported type using a type-only import

This commit is contained in:
prototypa
2023-08-22 22:56:57 -04:00
parent c1f36e9f79
commit 3022d4424b
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import Announcement from '~/components/widgets/Announcement.astro';
import { headerData, footerData } from '~/navigation';
import { MetaData } from '~/types';
import type { MetaData } from '~/types';
export interface Props {
metadata?: MetaData;