Gardens are never finished, they’re constantly growing, evolving, and changing

[[quote-data]]
Quote

Gardens are never finished, they’re constantly growing, evolving, and changing

Mentions

Mentions

File

const { dateTime } = await cJS()

return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}