mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-17 12:01:41 +08:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
![]() |
import * as tasksService from "../../services/tasks.js";
|
||
|
|
||
|
export function getTasks() {
|
||
|
return tasksService.getTasks();
|
||
|
}
|