We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb2ee3 commit d7f69afCopy full SHA for d7f69af
src/components/guidelines/EntryText.astro
@@ -1,7 +1,7 @@
1
---
2
import { getEntry, type CollectionEntry } from "astro:content";
3
import { load } from "cheerio";
4
-import capitalize from "lodash-es/capitalize";
+import capitalize from "lodash/capitalize";
5
6
import { computeGuidelineTitle } from "@/lib/guidelines";
7
0 commit comments