import { motion } from "framer-motion"; export default function Layout({ children }) { return (
{children}
); }