diff --git a/chatgpt-to-claude/src/components/FormattedDate.astro b/chatgpt-to-claude/src/components/FormattedDate.astro new file mode 100644 index 000000000..0ccb1c035 --- /dev/null +++ b/chatgpt-to-claude/src/components/FormattedDate.astro @@ -0,0 +1,15 @@ +--- +interface Props { + date: Date; +} + +const { date } = Astro.props; +--- + + diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 6cf9c2153..74eb4ab9e 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ