Fix Vercel AI SDK Build Errors (#2219)

Co-authored-by: Dev Khant <devkhant24@gmail.com>
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu>
This commit is contained in:
Saket Aryan
2025-02-18 16:03:36 +05:30
committed by GitHub
parent 04d7f2e48c
commit 95f5fb3ab4

View File

@@ -8,7 +8,7 @@ import { motion } from "framer-motion";
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const MemoryItem = ({ memory, index }: { memory: Memory; index: number }) => {
const MemoryItem = ({ memory }: { memory: Memory; index: number }) => {
return (
<motion.div
layout