From b3f62064a10f5c34869f266a7cbcf28bc3fbcbb3 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Mon, 2 Mar 2026 01:38:10 -0700 Subject: [PATCH] 2026-03-02T08-38-10_auto_memory/memories.db-wal --- .../src/components/StructuredData.astro | 9 ++ chatgpt-to-claude/src/styles/global.css | 127 ++++++++++++++++++ memory/memories.db-wal | Bin 6806272 -> 6806272 bytes 3 files changed, 136 insertions(+) create mode 100644 chatgpt-to-claude/src/components/StructuredData.astro create mode 100644 chatgpt-to-claude/src/styles/global.css diff --git a/chatgpt-to-claude/src/components/StructuredData.astro b/chatgpt-to-claude/src/components/StructuredData.astro new file mode 100644 index 000000000..db71ba423 --- /dev/null +++ b/chatgpt-to-claude/src/components/StructuredData.astro @@ -0,0 +1,9 @@ +--- +interface Props { + data: Record; +} + +const { data } = Astro.props; +--- + +