Skip to content

Commit d7f69af

Browse files
authored
Fix remaining lodash-es import due to overlapping PRs (#581)
1 parent cfb2ee3 commit d7f69af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/guidelines/EntryText.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { getEntry, type CollectionEntry } from "astro:content";
33
import { load } from "cheerio";
4-
import capitalize from "lodash-es/capitalize";
4+
import capitalize from "lodash/capitalize";
55
66
import { computeGuidelineTitle } from "@/lib/guidelines";
77

0 commit comments

Comments
 (0)