554 B
554 B
1PFDDAWkqmpc
LApNpqiizJJ52B9D
w61Ruk8Vvwkp0VzBsLxJErMrAbGAk8yzcan15Z3Ujo
- kDvx4Z
93osUAwZ9
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/>