Update npm package name from framer-motion to motion (#33887)

to make Renovate happier
This commit is contained in:
Michael Telatynski
2026-06-17 10:19:11 +00:00
committed by GitHub
parent 28ee041863
commit 1094ab256c
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Please see LICENSE files in the repository root for full details.
*/
import { type FC, type JSX, useState } from "react";
import { AnimatePresence, motion } from "framer-motion";
import { AnimatePresence, motion } from "motion/react";
import * as Dialog from "@radix-ui/react-dialog";
import styled, { useTheme } from "styled-components";
import { InlineSpinner } from "@vector-im/compound-web";