Ship journal entries with mood tracking, insights, and Recharts charts. Adds v1 API endpoints per ADR 0005 and migration 0020_journal_entries.
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { JournalEntryEditor } from "@/modules/journal/components/entry-editor";
|
|
|
|
export default function NewJournalEntryPage() {
|
|
return <JournalEntryEditor />;
|
|
}
|