fix: missing import
This commit is contained in:
parent
4199b0e549
commit
70c40f82f2
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import ToggleButton from '../button/ToggleButton.vue';
|
||||
import { calculateAge, dateFormat } from 'src/utils/datetime';
|
||||
|
||||
import PersonCard from 'components/shared/PersonCard.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue