23 lines
475 B
Markdown

DTXdOmnUW53l
# ewiiMgBQ5qqpAxKD
> IBGeBDhVLRUP15lCoEqJzEFdSIbJEyqiycCMQvrEWb
>
> - [[10 - VLvUyOamiQmY|]]
> - [[20 - iyUOsaHRYy1V93Z2FvAq|]]
> - [[30 - IiHW3vmgcLT|]]
- AnvUwh
- ~~QZ1JlTYcs~~
```datacorejsx
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/>
```