Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit ba70961

Browse files
authored
Merge pull request #898 from trey-wallis/dev
fix: resolve build errors
2 parents c98d697 + 89bb47b commit ba70961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/frontmatter/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { getAssignedPropertyType } from "./obsidian-utils";
1515
import { ObsidianPropertyType } from "./types";
1616
import { isExternalLink, isUrlLink } from "../link-and-path/link-predicates";
1717
import { extractWikiLinkComponents } from "../link-and-path/markdown-link-utils";
18-
import { isNumber } from "../match";
1918
import { parseDateTime } from "../date/date-validation";
2019

2120
export const deserializeFrontmatterForCell = (

0 commit comments

Comments
 (0)