import { motion } from "framer-motion" import "../../styles/Header.css" const Backdrop = ({ children, onClick }) => { return ( {children} ) } export default Backdrop