mirror of
https://github.com/zadam/trilium.git
synced 2026-06-25 07:31:12 +02:00
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { note_service } from "@triliumnext/core";
|
|
export { findBookmarks } from "@triliumnext/core";
|
|
export default note_service;
|