475 B
475 B
DTXdOmnUW53l
ewiiMgBQ5qqpAxKD
IBGeBDhVLRUP15lCoEqJzEFdSIbJEyqiycCMQvrEWb
- AnvUwh
QZ1JlTYcs
const link = dc.parseLink("[[root/views/project-table.md#^taskTable]]")
const imported = await dc.require(link)
console.log(imported, link)
function View() {
return <imported.ProjectView path={dc.currentPath()} type="category"/>
}
return <View/>