a thesis is your one rep max

[[distillation-data]]

A thesis is your one rep max for whatever you're studying.

Mentions

Mentions

File Last Modified

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>
}