···44import { Skeleton } from "@/components/ui/skeleton";
55import { getDateString, getTimeAgo } from "@/utils/time";
66import { actor, getVoices } from "@/utils/tts";
77-import { motion } from "framer-motion";
77+import { motion } from "motion/react";
88import { useEffect, useState } from "react";
99import {
1010 HiDownload,
+1-1
app/profile/page.tsx
···77import { useApi } from "@/lib/api/hook";
88import type { ApiV1UsersMeGuildsGetResponse } from "@/typings";
99import { cn } from "@/utils/cn";
1010-import { motion } from "framer-motion";
1010+import { motion } from "motion/react";
1111import Link from "next/link";
1212import { useSearchParams } from "next/navigation";
1313import { useMemo, useState } from "react";