"use client"; import { motion } from "framer-motion"; const Grain = () => { return (
); }; export default Grain;