refactor: update database option to sqlite and replace framer-motion with motion

This commit is contained in:
fgrreloaded
2025-02-18 11:34:49 +05:30
parent 60e721142a
commit f76e82cff7
8 changed files with 59 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
import { motion } from "framer-motion";
import { motion } from "motion/react";
import CustomizableStack from "./CustomizableStack";
export default function CustomizableSection() {