diff --git a/src/renderer/inbox/components/NoteCard.tsx b/src/renderer/inbox/components/NoteCard.tsx index 35618dc..c3277ba 100644 --- a/src/renderer/inbox/components/NoteCard.tsx +++ b/src/renderer/inbox/components/NoteCard.tsx @@ -1,5 +1,163 @@ -import React from 'react'; +import React, { useState } from 'react'; import type { Note } from '@shared/types'; -export function NoteCard({ note }: { note: Note; onDeleted: () => void; onUpdated: (n: Note) => void }) { - return
+ {local.rawText}
+
+ )}
+