fix missing import for MkOmit in home.vue
This commit is contained in:
parent
57450fd8b8
commit
09a2280513
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ import { getStaticImageUrl } from '@/utility/media-proxy.js';
|
|||
import MkSparkle from '@/components/MkSparkle.vue';
|
||||
import { prefer } from '@/preferences.js';
|
||||
import DynamicNote from '@/components/DynamicNote.vue';
|
||||
import MkOmit from '@/components/MkOmit.vue';
|
||||
|
||||
function calcAge(birthdate: string): number {
|
||||
const date = new Date(birthdate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue