diff --git a/chatgpt-to-claude/src/components/Footer.tsx b/chatgpt-to-claude/src/components/Footer.tsx new file mode 100644 index 000000000..a220b73aa --- /dev/null +++ b/chatgpt-to-claude/src/components/Footer.tsx @@ -0,0 +1,115 @@ +export default function Footer() { + const year = new Date().getFullYear(); + + return ( + + ); +} diff --git a/memory/memories.db-wal b/memory/memories.db-wal index dfda43654..0b987c680 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ