Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jun 20, 2024
1 parent 0d96bfd commit 96bf2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facies/inflectere.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<script lang='ts'>
import { defineComponent, defineModel } from 'vue';
import Spectere from './specere.vue';
import * as Spectere from './specere.vue';
import { genera, gradi, anglicum } from '../miscella/enumerationes';
import Cocutor from '../miscella/cocutor';
import type { ModelRef } from 'vue';
Expand Down

0 comments on commit 96bf2e5

Please sign in to comment.