Skip to content

Commit

Permalink
Removed interface export
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Nov 6, 2024
1 parent 541c660 commit 49eb3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/v2/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<script lang="ts" setup>
export interface HeroProps {
interface HeroProps {
title: string;
subtitle: string;
heroType?: string;
Expand Down

0 comments on commit 49eb3e0

Please sign in to comment.