mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 16:34:26 +00:00
Migrate git api to ts
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user