Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: import missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie authored Dec 3, 2023
1 parent 9ea0ca5 commit fef5672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import { dateString } from '@/filters/date.js';
import { confetti } from '@/scripts/confetti.js';
import MkNotes from '@/components/MkNotes.vue';
import { api } from '@/os.js';
import { } from '@/store.js';
import { defaultStore } from '@/store.js';
import { isFfVisibleForMe } from '@/scripts/isFfVisibleForMe.js';

function calcAge(birthdate: string): number {
Expand Down

0 comments on commit fef5672

Please sign in to comment.