Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 2, 2023
1 parent 5bb6e53 commit ab7b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ssr/src/components/PitchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
usePitchBar,
} from '@@sf/composables/use-pitch-bar';
export interface Props extends UsePitchBarProps {}
export interface Props extends /* @vue-ignore */ UsePitchBarProps {}
const props = defineProps<Props>();
const {
Expand Down

0 comments on commit ab7b2e3

Please sign in to comment.