Skip to content

Commit d563454

Browse files
committed
chore: lint fix
1 parent 1e85a0b commit d563454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theme/components/OceanusFeaturedArticles.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { useFrontmatter } from 'valaxy'
33
4-
const fm = useFrontmatter<{featuredArticles: FeaturedArticles}>()
4+
const fm = useFrontmatter<{ featuredArticles: FeaturedArticles }>()
55
66
export type FeaturedArticles = Partial<{
77
title: string

theme/components/OceanusFeatures.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { useFrontmatter } from 'valaxy'
33
4-
const fm = useFrontmatter<{features: Features}>()
4+
const fm = useFrontmatter<{ features: Features }>()
55
66
export type Features = Partial<{
77
title: string

0 commit comments

Comments
 (0)