Skip to content

Commit

Permalink
Remove unused import at src/lib/indexFolderToObjects.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ola Rubaj <[email protected]>
  • Loading branch information
mohamedsalem401 and olayway authored Nov 15, 2023
1 parent e2b9d19 commit adbe8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/indexFolderToObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getUniqueValues, recursiveWalkDir } from "../utils/index.js";
import type { WikiLink } from "../utils/index.js";
import { extractFileSchemeFromObject } from "../utils/extractFileSchemeFromObject.js";
import { readLocalMarkdownFileToObject } from "./readLocalMarkdownFileToObject.js";
import type { File, FileTag, Link, Tag } from "./types/schemaTypes.js";
import type { File, FileTag, Link } from "./types/schemaTypes.js";

export function indexFolderToObjects(
folderPath: string,
Expand Down

0 comments on commit adbe8d9

Please sign in to comment.