Skip to content

Commit

Permalink
fix: importの重複を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-mai committed Nov 10, 2024
1 parent 4d65e90 commit 8992d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ import { isFollowingVisibleForMe, isFollowersVisibleForMe } from '@/scripts/isFf
import { useRouter } from '@/router/supplier.js';
import { getStaticImageUrl } from '@/scripts/media-proxy.js';
import MkSparkle from '@/components/MkSparkle.vue';
import { defaultStore } from '@/store';

function calcAge(birthdate: string): number {
const date = new Date(birthdate);
Expand Down

0 comments on commit 8992d87

Please sign in to comment.