Skip to content

Commit

Permalink
Update src/lib/readLocalMarkdownFileToObject.ts imports
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 adbe8d9 commit 1f33626
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/readLocalMarkdownFileToObject.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import fs from "fs";
import path from "path";
import { parseMarkdownContent } from "../utils/index.js";
import {
parseMarkdownContent,
generateFileIdFromPath,
getFileExtensionFromPath
} from "../utils/index.js";
import type { FileObject } from "./types/FileObject.js";
import { MddbFile } from "./schema.js";
import { generateFileIdFromPath } from "../utils/index.js";
import { getFileExtensionFromPath } from "../utils/index.js";

export function readLocalMarkdownFileToObject(
folderPath: string,
Expand Down

0 comments on commit 1f33626

Please sign in to comment.