Migrate git api to ts

This commit is contained in:
2025-05-06 21:02:09 +02:00
parent 02c8100f0b
commit 1e350bb0cf
14 changed files with 61 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
import { visit } from 'unist-util-visit';
import { lookupFileByName, getFileUrl } from '../api/notes';
import { lookupFileByName, getFileUrl } from '../api/git';
import { InlineContainerType, MARKDOWN_REGEX } from '../types/markdown';
import { Node } from 'unist';
import { Parent } from 'unist';